Skip to content

Commit dd97b56

Browse files
authored
tests: harmonize debounce availability (#223)
1 parent 0174f58 commit dd97b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ final class TestThroughput: XCTestCase {
6464
zip($0, $1, $2)
6565
}
6666
}
67-
@available(macOS 13.0, *)
67+
@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
6868
func test_debounce() async {
6969
await measureSequenceThroughput(source: (1...).async) {
7070
$0.debounce(for: .zero, clock: ContinuousClock())

0 commit comments

Comments
 (0)