We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a7c7b commit 70df08aCopy full SHA for 70df08a
1 file changed
Tests/IntegrationTests/Card Tests/Card Scanner/CardScannerControllerTests.swift
@@ -4,6 +4,7 @@
4
// This file is open source and available under the MIT license. See the LICENSE file for more info.
5
//
6
7
+#if canImport(AdyenCardScanner)
8
@testable import AdyenCard
9
@testable import AdyenCardScanner
10
import XCTest
@@ -144,3 +145,4 @@ class CardScannerControllerTests: XCTestCase {
144
145
}
146
147
148
+#endif
0 commit comments