Skip to content

Commit e7aa730

Browse files
committed
Fix message to refer to clocks in addition to schedulers
1 parent b7b5057 commit e7aa730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,8 @@ extension TestStore where ScopedState: Equatable {
18721872
clock/scheduler, advance it so that the effects may complete, or consider using \
18731873
an immediate clock/scheduler to immediately perform the effect instead.
18741874
1875-
If you are not yet using a scheduler, or can not use a scheduler, \(timeoutMessage).
1875+
If you are not yet using a clock/scheduler, or can not use a clock/scheduler, \
1876+
\(timeoutMessage).
18761877
"""
18771878
}
18781879
XCTFail(

0 commit comments

Comments
 (0)