소스 검색

Also, fixed a spelling on Status Internal message in the test case.

kishikawa katsumi 9 년 전
부모
커밋
5f0202e076
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Lib/KeychainAccessTests/ErrorTypeTests.swift

+ 1 - 1
Lib/KeychainAccessTests/ErrorTypeTests.swift

@@ -346,7 +346,7 @@ class ErrorTypeTests: XCTestCase {
             let errSecInternal: OSStatus = -26276
             let status = Status(rawValue: errSecInternal)
             XCTAssertEqual(status, .Internal)
-            XCTAssertEqual(status?.description, "An internal error occured in the Security framework.")
+            XCTAssertEqual(status?.description, "An internal error occurred in the Security framework.")
         }
         #if os(OSX)
         do {