We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d062584 commit e4000adCopy full SHA for e4000ad
Sources/ComposableArchitecture/Documentation.docc/Tutorials/03-02-code-0010.swift
@@ -16,7 +16,7 @@ final class CounterFeatureTests: XCTestCase {
16
$0.isTimerRunning = true
17
}
18
await clock.advance(by: .seconds(1))
19
- await store.receive(.timerTick, timeout: .seconds(2)) {
+ await store.receive(.timerTick) {
20
$0.count = 1
21
22
await store.send(.toggleTimerButtonTapped) {
0 commit comments