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 b7b5057 commit e7aa730Copy full SHA for e7aa730
Sources/ComposableArchitecture/TestStore.swift
@@ -1872,7 +1872,8 @@ extension TestStore where ScopedState: Equatable {
1872
clock/scheduler, advance it so that the effects may complete, or consider using \
1873
an immediate clock/scheduler to immediately perform the effect instead.
1874
1875
- If you are not yet using a scheduler, or can not use a scheduler, \(timeoutMessage).
+ If you are not yet using a clock/scheduler, or can not use a clock/scheduler, \
1876
+ \(timeoutMessage).
1877
"""
1878
}
1879
XCTFail(
0 commit comments