From 643b62ed688afe4b568b9ec60730cb905bf7f68a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 22 Nov 2024 00:24:52 +0900 Subject: [PATCH] docs: update README.md unecessary -> unnecessary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5270323..83bf139be 100644 --- a/README.md +++ b/README.md @@ -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