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 5cc5f1a commit 88e3b83Copy full SHA for 88e3b83
Tests/ComposableArchitectureTests/EffectTests.swift
@@ -268,7 +268,7 @@ import XCTest
268
.dependency(\.date, .constant(.init(timeIntervalSinceReferenceDate: 1_234_567_890)))
269
)
270
271
- await store.send(.tap).finish()
+ await store.send(.tap).finish(timeout: NSEC_PER_SEC)
272
await store.receive(.response(1_234_567_890)) {
273
$0 = 1_234_567_890
274
}
0 commit comments