Forráskód Böngészése

Change test name to match the function name

AlexDenisov 8 éve
szülő
commit
d927f2e404
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Tests/CryptoSwiftTests/DigestTests.swift

+ 1 - 1
Tests/CryptoSwiftTests/DigestTests.swift

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