Skip to content

Commit 70df08a

Browse files
committed
Add conditional check for library import
1 parent f2a7c7b commit 70df08a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tests/IntegrationTests/Card Tests/Card Scanner/CardScannerControllerTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// This file is open source and available under the MIT license. See the LICENSE file for more info.
55
//
66

7+
#if canImport(AdyenCardScanner)
78
@testable import AdyenCard
89
@testable import AdyenCardScanner
910
import XCTest
@@ -144,3 +145,4 @@ class CardScannerControllerTests: XCTestCase {
144145
}
145146
}
146147
}
148+
#endif

0 commit comments

Comments
 (0)