Skip to content

Commit d48cb12

Browse files
authored
Update task name in README instructions for smoke test (#6082)
The task in the README wasn't found. I found this by running `:tasks` and saw the same failures I saw in a couple previous PR's smoke tests.
1 parent 58540de commit d48cb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is a work in progress, and the following list shows what is complete:
1515
# Running the Tests
1616

1717
The tests may be run locally with the command `../gradlew
18-
connectedCombinedDebugCheck`. The combined flavor includes all supported test
18+
connectedDebugAndroidTest`. The combined flavor includes all supported test
1919
cases. Optionally, other flavors (explained below) may be used to run a subset
2020
of the tests. Additionally, the test suite uses a Bill of Materials to specify
2121
Firebase versions. This may be configured using the `-Pfirebase-bom`

0 commit comments

Comments
 (0)