Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
unecessary -> unnecessary
  • Loading branch information
eltociear authored Nov 21, 2024
1 parent 717f2db commit 643b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ To run the tests execute the following gradle tasks:
- `connectedDemoDebugAndroidTest` run all instrumented tests against the `demoDebug` variant.

**Note:** You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute
tests against _all_ build variants which is both unecessary and will result in failures as only the
tests against _all_ build variants which is both unnecessary and will result in failures as only the
`demoDebug` variant is supported. No other variants have any tests (although this might change in future).

## Screenshot tests
Expand Down

0 comments on commit 643b62e

Please sign in to comment.