Skip to content

Commit 687e277

Browse files
authored
Fixed a small typo on migration guide 1.9 (#2876)
1 parent 2ddf47f commit 687e277

File tree

1 file changed

+1
-1
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Version 1.4 of the library introduced the ability to receive test store actions
1717
syntax, massively simplifying how one asserts on actions received in a test:
1818

1919
```diff
20-
-store.receive(.child(.presented(.response(.success("Hello"))
20+
-store.receive(.child(.presented(.response(.success("Hello")))))
2121
+store.receive(\.child.response.success)
2222
```
2323

0 commit comments

Comments
 (0)