浏览代码

Change test name to match the function name

AlexDenisov 8 年之前
父节点
当前提交
d927f2e404
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),
         ]