Skip to content

Commit 681b135

Browse files
chore(e2e): Apply suggestions from code review (typos only)
Co-authored-by: Kacper Kafara <kacper.kafara@swmansion.com>
1 parent 2a4df94 commit 681b135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/e2e/ios-devices.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
const DEFEAULT_APPLE_MODEL = 'iPhone 17';
1+
const DEFAULT_APPLE_MODEL = 'iPhone 17';
22
const DEVICE_MODEL = process.env.E2E_APPLE_DEVICE || DEFEAULT_APPLE_MODEL
33
const DEFEAULT_IOS_VERSION = 'iOS 26.2';
44

55
/**
66
* @return {`iOS ${string}`} requested version of ios, or default if not specified
77
*/
8-
function getiosVersion() {
8+
function getIOSVersion() {
99
const passedVersion = process.env.E2E_IOS_VERSION;
1010
if (passedVersion) {
1111
if (passedVersion.startsWith('iOS ')) {

0 commit comments

Comments
 (0)