Skip to content

Commit 4827fb6

Browse files
committed
fixes
1 parent 8c76e08 commit 4827fb6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

FirebaseAuth/Tests/Unit/StartPasskeyEnrollmentRequestTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#if os(iOS) || os(tvOS) || os(macOS)
16+
1517
@testable import FirebaseAuth
1618
import Foundation
1719
import FirebaseCore
@@ -82,3 +84,5 @@ class StartPasskeyEnrollmentRequestTests: XCTestCase {
8284
XCTAssertEqual(body?["tenantId"] as? String, "TEST_TENANT")
8385
}
8486
}
87+
88+
#endif

FirebaseAuth/Tests/Unit/StartPasskeyEnrollmentResponseTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#if os(iOS) || os(tvOS) || os(macOS)
16+
1517
@testable import FirebaseAuth
1618
import XCTest
1719

@@ -89,3 +91,5 @@ class StartPasskeyEnrollmentResponseTests: XCTestCase {
8991
XCTAssertThrowsError(try StartPasskeyEnrollmentResponse(dictionary: dict))
9092
}
9193
}
94+
95+
#endif

0 commit comments

Comments
 (0)