Skip to content

Commit

Permalink
Merge pull request #1706 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
dturner authored Nov 21, 2024
2 parents 717f2db + 643b62e commit 1c2fe16
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 1c2fe16

Please sign in to comment.