File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ To run a __specific__ test:
332332
333333``` shell
334334test=' com.amplifyframework.api.aws.RestApiInstrumentationTest#getRequestWithIAM'
335- ./gradlew : cAT -Pandroid.testInstrumentationRunnerArguments.class=" $test "
335+ ./gradlew cAT -Pandroid.testInstrumentationRunnerArguments.class=" $test "
336336```
337337
338338To run __ all__ tests:
@@ -488,7 +488,7 @@ adb logcat -c
488488
489489# Run a particular test.
490490test=' 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.
494494adb logcat -d > device-logs-during-test.log
You can’t perform that action at this time.
0 commit comments