Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Aug 15, 2023
1 parent 3c23272 commit 5846006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: appcenter test run espresso
--token ${{secrets.APPCENTERAPITOKEN}}
--app "Picovoice/Porcupine-Android"
--devices "Picovoice/android-min-max"
--devices "Picovoice/single-android"
--app-path porcupine-test-app/build/outputs/apk/en/release/porcupine-test-app-en-release.apk
--test-series "porcupine-android"
--locale "en_US"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import java.util.concurrent.TimeoutException;

class WaitForTextAction implements ViewAction {
private String text;
private long timeout;
private final String text;
private final long timeout;

public WaitForTextAction(String text, long timeout) {
this.text = text;
Expand Down

0 comments on commit 5846006

Please sign in to comment.