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 2ddf47f commit 687e277Copy full SHA for 687e277
Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.9.md
@@ -17,7 +17,7 @@ Version 1.4 of the library introduced the ability to receive test store actions
17
syntax, massively simplifying how one asserts on actions received in a test:
18
19
```diff
20
--store.receive(.child(.presented(.response(.success("Hello"))
+-store.receive(.child(.presented(.response(.success("Hello")))))
21
+store.receive(\.child.response.success)
22
```
23
0 commit comments