Browse Source

Change test name to match the function name

AlexDenisov 8 years ago
parent
commit
d927f2e404
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CryptoSwiftTests/DigestTests.swift

+ 1 - 1
Tests/CryptoSwiftTests/DigestTests.swift

@@ -198,7 +198,7 @@ extension DigestTests {
             ("testSHA1Updatable2", testSHA1Updatable2),
             ("testSHA1Updatable2", testSHA1Updatable2),
             ("testCRC32", testCRC32),
             ("testCRC32", testCRC32),
             ("testCRC32NotReflected", testCRC32NotReflected),
             ("testCRC32NotReflected", testCRC32NotReflected),
-            ("testCRC15", testCRC16),
+            ("testCRC16", testCRC16),
             ("testChecksum", testChecksum),
             ("testChecksum", testChecksum),
         ]
         ]