Преглед на файлове

Import without @testable to test public API.

Michael Ledin преди 9 години
родител
ревизия
8d62769cf8
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Tests/CryptoSwiftTests/Access.swift

+ 2 - 1
Tests/CryptoSwiftTests/Access.swift

@@ -8,7 +8,8 @@
 
 import XCTest
 import Foundation
-@testable import CryptoSwift
+// import without @testable to test public API
+import CryptoSwift
 
 class Access: XCTestCase {
     let cipher = try! AES(key: "secret0key000000", iv: "0123456789012345")