Skip to content

Commit 03e9707

Browse files
fix: integ test instructions in contributing guide
`:cAT` isn't a thing, it's gotta be `cAT`.
1 parent fedb20b commit 03e9707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ To run a __specific__ test:
332332

333333
```shell
334334
test='com.amplifyframework.api.aws.RestApiInstrumentationTest#getRequestWithIAM'
335-
./gradlew :cAT -Pandroid.testInstrumentationRunnerArguments.class="$test"
335+
./gradlew cAT -Pandroid.testInstrumentationRunnerArguments.class="$test"
336336
```
337337

338338
To run __all__ tests:
@@ -488,7 +488,7 @@ adb logcat -c
488488

489489
# Run a particular test.
490490
test='com.amplifyframework.api.aws.RestApiInstrumentationTest#getRequestWithIAM'
491-
./gradlew :cAT -Pandroid.testInstrumentationRunnerArguments.class="$test"
491+
./gradlew cAT -Pandroid.testInstrumentationRunnerArguments.class="$test"
492492

493493
# Dump the device logs to your debugging file.
494494
adb logcat -d > device-logs-during-test.log

0 commit comments

Comments
 (0)