Skip to content

Commit

Permalink
Update docs/dart/testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Ayers <[email protected]>
Signed-off-by: Sri Krishna <[email protected]>
  • Loading branch information
srikrsna-buf and smaye81 committed Dec 5, 2024
1 parent d19506a commit d9e1aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dart/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ will go through a couple of alternatives.

## Widget Testing

For widgets that interface with Connect, it will generally be desirable to mock your RPCs since a backend may not be
For widgets that interface with Connect, it will generally be preferable to mock your RPCs since a backend may not be
available or desirable to access in a unit test. The easiest way to do this is via Connect's `FakeTransportBuilder`

### Mocking Transports
Expand Down

0 comments on commit d9e1aac

Please sign in to comment.