Skip to content

Commit ebec38b

Browse files
committed
Fix test compilation
1 parent ce6b0e7 commit ebec38b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/ComposableArchitectureTests/CurrentValueRelayTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
_ = cancellable
2727
}
2828

29+
@available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
2930
func testConcurrentSendAndReceive() async {
3031
nonisolated(unsafe) let subject = CurrentValueRelay(0)
3132
let values = LockIsolated<Set<Int>>([])

0 commit comments

Comments
 (0)