Skip to content

Commit 8192e77

Browse files
author
Krzysztof Wojnar
committed
chore(e2e): adbName misalignment
1 parent f7403ca commit 8192e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e/detox-utils.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function commonDetoxConfigFactory(applicationName) {
9696
attached: {
9797
type: 'android.attached',
9898
device: {
99-
avdName: process.env.RNS_ADB_NAME,
99+
adbName: process.env.RNS_ADB_NAME,
100100
},
101101
utilBinaryPaths: testButlerApkPath,
102102
},

0 commit comments

Comments
 (0)