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 40d1f53 commit 4aab217Copy full SHA for 4aab217
Sources/ComposableArchitecture/Documentation.docc/Tutorials/03-04-code-0008.swift
@@ -13,9 +13,9 @@ final class CounterFeatureTests: XCTestCase {
13
await store.send(.factButtonTapped) {
14
$0.isLoading = true
15
}
16
- await store.receive(.factResponse("0 is a good number")) {
+ await store.receive(.factResponse("0 is a good number.")) {
17
$0.isLoading = false
18
- $0.fact = "0 is a good number"
+ $0.fact = "0 is a good number."
19
20
21
0 commit comments