Browse Source

Fix test name

Norio Nomura 10 years ago
parent
commit
8166703b0e
1 changed files with 1 additions and 1 deletions
  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 {