Skip to content

Commit 81493be

Browse files
Update Tests/AsyncAlgorithmsTests/TestShare.swift
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 7c9dba7 commit 81493be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncAlgorithmsTests/TestShare.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ final class TestShare: XCTestCase {
598598
XCTAssertEqual(error, TestError.failure)
599599
}
600600
} else {
601-
_ = XCTSkip("This test is not available before 1.2")
601+
throw XCTSkip("This test is not available before 1.2")
602602
}
603603
}
604604
}

0 commit comments

Comments
 (0)