diff --git a/Signal/test/util/CryptoToolsTest.h b/Signal/test/util/CryptoToolsTest.h index f6f3e1d85..a32e847ac 100644 --- a/Signal/test/util/CryptoToolsTest.h +++ b/Signal/test/util/CryptoToolsTest.h @@ -1,5 +1,7 @@ #import +//This test class covers CryptoTools.h - the wrapper around all core crypto library. + @interface CryptoToolsTest : XCTestCase @end diff --git a/Signal/test/util/CryptoToolsTest.m b/Signal/test/util/CryptoToolsTest.m index 5f990ea0d..7925c9b62 100644 --- a/Signal/test/util/CryptoToolsTest.m +++ b/Signal/test/util/CryptoToolsTest.m @@ -3,8 +3,6 @@ #import "CryptoTools.h" #import "TestUtil.h" -//This test class covers CryptoTools.h - the accessor class for the core crypto library. - @implementation CryptoToolsTest -(void) testIsEqualToData_TimingSafe { test([[NSMutableData dataWithLength:0] isEqualToData_TimingSafe:[NSMutableData dataWithLength:0]]);