Skip to content

Commit

Permalink
Fixed a small typo on migration guide 1.9 (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
takehilo committed Mar 1, 2024
1 parent 2ddf47f commit 687e277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version 1.4 of the library introduced the ability to receive test store actions
syntax, massively simplifying how one asserts on actions received in a test:

```diff
-store.receive(.child(.presented(.response(.success("Hello"))
-store.receive(.child(.presented(.response(.success("Hello")))))
+store.receive(\.child.response.success)
```

Expand Down

0 comments on commit 687e277

Please sign in to comment.