Skip to content

Commit 53377e2

Browse files
committed
Fix app FTL runs.
1 parent 9165fc0 commit 53377e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/ci/device/FirebaseTestServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void uploadApks(String variantName, File testApk, File testedApk) {
4646
// test lab requires an "app" apk, so we give an empty apk to it.
4747
String testedApkPath =
4848
testedApk != null
49-
? testApk.toString()
49+
? testedApk.toString()
5050
: project.getRootDir() + "/buildSrc/resources/dummy.apk";
5151
project
5252
.getLogger()

0 commit comments

Comments
 (0)