Skip to content

Commit 369fa82

Browse files
committed
wip
1 parent 7334a8e commit 369fa82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/InlineSnapshotTestingTests/InlineSnapshotTestingTests.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ final class InlineSnapshotTestingTests: XCTestCase {
287287
}
288288
}
289289

290-
290+
#if canImport(Darwin)
291291
func testRecordFailed_IncorrectExpectation() throws {
292292
let initialInlineSnapshotState = inlineSnapshotState
293293
defer { inlineSnapshotState = initialInlineSnapshotState }
@@ -319,7 +319,9 @@ final class InlineSnapshotTestingTests: XCTestCase {
319319
true
320320
)
321321
}
322+
#endif
322323

324+
#if canImport(Darwin)
323325
func testRecordFailed_MissingExpectation() throws {
324326
let initialInlineSnapshotState = inlineSnapshotState
325327
defer { inlineSnapshotState = initialInlineSnapshotState }
@@ -347,6 +349,7 @@ final class InlineSnapshotTestingTests: XCTestCase {
347349
true
348350
)
349351
}
352+
#endif
350353
}
351354

352355
private func assertCustomInlineSnapshot(

0 commit comments

Comments
 (0)