File tree 1 file changed +4
-1
lines changed
Tests/InlineSnapshotTestingTests
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ final class InlineSnapshotTestingTests: XCTestCase {
287
287
}
288
288
}
289
289
290
-
290
+ #if canImport(Darwin)
291
291
func testRecordFailed_IncorrectExpectation( ) throws {
292
292
let initialInlineSnapshotState = inlineSnapshotState
293
293
defer { inlineSnapshotState = initialInlineSnapshotState }
@@ -319,7 +319,9 @@ final class InlineSnapshotTestingTests: XCTestCase {
319
319
true
320
320
)
321
321
}
322
+ #endif
322
323
324
+ #if canImport(Darwin)
323
325
func testRecordFailed_MissingExpectation( ) throws {
324
326
let initialInlineSnapshotState = inlineSnapshotState
325
327
defer { inlineSnapshotState = initialInlineSnapshotState }
@@ -347,6 +349,7 @@ final class InlineSnapshotTestingTests: XCTestCase {
347
349
true
348
350
)
349
351
}
352
+ #endif
350
353
}
351
354
352
355
private func assertCustomInlineSnapshot(
You can’t perform that action at this time.
0 commit comments