From 62be7d029a382352efbee4bb39298fe6499e7781 Mon Sep 17 00:00:00 2001 From: Tiem Song Date: Thu, 19 Jul 2018 21:26:25 -0700 Subject: [PATCH] Run tests in the core module --- scripts/ftl_run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ftl_run_tests.sh b/scripts/ftl_run_tests.sh index c902434d9..8a19b5984 100755 --- a/scripts/ftl_run_tests.sh +++ b/scripts/ftl_run_tests.sh @@ -27,4 +27,4 @@ test_apk() { test_apk \ "app" \ "app/build/outputs/apk/debug/plaid-debug.apk" \ - "app/build/outputs/apk/androidTest/debug/plaid-debug-androidTest.apk" \ No newline at end of file + "app/build/outputs/apk/androidTest/debug/core-debug-androidTest.apk" \ No newline at end of file