Skip to content

Commit

Permalink
Update testing.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinck authored Nov 11, 2023
1 parent 08e2298 commit 43e1474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/essentials/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When defining a test with Riverpod, there are two main scenarios:
- Unit tests, usually with no Flutter dependency.
This can be useful for testing the behavior of a provider in isolation.
- Widget tests, usually with a Flutter dependency.
This can be useful for the behavior of a widget using a provider.
This can be useful for testing the behavior of a widget that uses a provider.

### Unit tests

Expand Down

0 comments on commit 43e1474

Please sign in to comment.