Skip to content

Commit

Permalink
Fix a typo in the readme (#437)
Browse files Browse the repository at this point in the history
Use resetting instead of reseting
  • Loading branch information
rocboronat authored Aug 31, 2021
1 parent 6f7a93f commit a9d5be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Barista makes developing UI test faster, easier and more predictable. Built on t
- [Intents](#baristas-intents-api)
- [Runtime Permissions](#runtime-permissions)
- [Useful test rules](#useful-test-rules)
- [Reseting app data](#reseting-app-data)
- [Resetting app data](#resetting-app-data)
- [Dealing with Flaky tests](#dealing-with-flaky-tests)
- [One rule to rule them all](#one-rule-to-rule-them-all)
- [Magic that Barista does for you](#magic-that-barista-does-for-you)
Expand Down Expand Up @@ -407,7 +407,7 @@ PermissionGranter.allowPermissionOneTime(Manifest.permission.GET_ACCOUNTS);
## Useful test rules
Barista includes a set of useful test rules to help you:

### Reseting app data
### Resetting app data

As tests should be isolated, they need to set the environment before running. Espresso doesn't help achieving it but Barista offers a set of rules to clear the app's data before running each test.

Expand Down

0 comments on commit a9d5be8

Please sign in to comment.