Pārlūkot izejas kodu

Merge pull request #414 from AlexDenisov/patch-1

Change test name to match the function name
Marcin Krzyzanowski 8 gadi atpakaļ
vecāks
revīzija
b877c3f087
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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),
         ]