Skip to content

Commit c1ca59d

Browse files
author
Krzysztof Wojnar
committed
chore(e2e): RNS_E2E_APPLE_DEVICE renamed to RNS_E2E_APPLE_SIM_NAME
1 parent d8b1870 commit c1ca59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e/ios-devices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const DEFEAULT_IOS_VERSION = 'iOS 26.2';
55
* @return {string}
66
*/
77
function getAppleDevice() {
8-
return process.env.RNS_E2E_APPLE_DEVICE || DEFAULT_APPLE_DEVICE;
8+
return process.env.RNS_E2E_APPLE_SIM_NAME || DEFAULT_APPLE_DEVICE;
99
}
1010
/**
1111
* @return {`iOS ${string}`} requested version of ios, or default if not specified

0 commit comments

Comments
 (0)