Skip to content
Open
2 changes: 1 addition & 1 deletion Tests/ReactiveSwiftTests/SwiftConcurrencyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SwiftConcurrencyTests: XCTestCase {
}
}
// Extension to allow Throw assertion for async expressions
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, macCatalyst 15, *)
fileprivate extension XCTest {
func XCTAssertThrowsError<T: Sendable>(
_ expression: @autoclosure () async throws -> T,
Expand Down