Browse Source

Fix test name

Norio Nomura 10 năm trước cách đây
mục cha
commit
8166703b0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      SecEncodeTransformTests/SecEncodeTransformTests.swift

+ 1 - 1
SecEncodeTransformTests/SecEncodeTransformTests.swift

@@ -47,7 +47,7 @@ class SecEncodeTransformTests: XCTestCase {
         }
     }
     
-    func test_RFC4648_DecodeUsingSecEncodeTransform() {
+    func test_RFC4648_Decode_UsingSecEncodeTransform() {
         self.measureBlock{
             for _ in 0...100 {
                 for (expect, test, testHex) in self.vectors {