Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Use the new test pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Apr 24, 2024
1 parent e85d3ac commit c50e38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "testSayHelloButton",
"setup": "",
"run": ". ./setenv.sh && ./$ANDROID_APP_PATH/gradlew :app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.hellotoast.MainActivtyTest#testSayHelloButton -p $ANDROID_APP_PATH",
"run": ". ./setenv.sh && ./$ANDROID_APP_PATH/gradlew :app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.android.hellotoast.MainActivityTest#testSayHelloButton -p $ANDROID_APP_PATH",
"input": "",
"output": "",
"comparison": "included",
Expand All @@ -13,7 +13,7 @@
{
"name": "testSayHelloButtonActivity",
"setup": "",
"run": ". ./setenv.sh && ./$ANDROID_APP_PATH/gradlew :app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.hellotoast.MainActivtyTest#testSayHelloButtonActivity -p $ANDROID_APP_PATH",
"run": ". ./setenv.sh && ./$ANDROID_APP_PATH/gradlew :app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.android.hellotoast.MainActivityTest#testSayHelloButtonActivity -p $ANDROID_APP_PATH",
"input": "",
"output": "",
"comparison": "included",
Expand Down

0 comments on commit c50e38c

Please sign in to comment.