Skip to content

Commit

Permalink
Merge pull request #170 from redbadger/docs-fix
Browse files Browse the repository at this point in the history
Fix assert_let crate link in docs
  • Loading branch information
StuartHarris authored Jan 4, 2024
2 parents f60d183 + d5d44a8 commit 88d2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Effect::into_key_value(self) -> Option<Request<KeyValueOperation>>

We want to check that the first request is a `Start` operation, and that the
timer is set to fire in 1000 milliseconds. The macro
[`assert_let!()`](https://docs.rs/assert_let/0.1.0/assert_let/) does a pattern
[`assert_let!()`](https://docs.rs/assert_let_bind/0.1.1/assert_let_bind/) does a pattern
match for us and assigns the `id` to a local variable called `first_id`, which
we'll use later. Finally, we don't expect any more timer requests to have been
generated.
Expand Down

0 comments on commit 88d2e99

Please sign in to comment.