Skip to content

Commit

Permalink
Added iOS 13.6 to mocked ios_catalog response
Browse files Browse the repository at this point in the history
  • Loading branch information
zuziaka committed Nov 30, 2020
1 parent 2d0d328 commit b3f8d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ IosArgs
xcode-version: null
device:
- model: iphone8
version: 12.0
version: 13.6
locale: en
orientation: portrait
num-flaky-test-attempts: 0
Expand Down Expand Up @@ -362,7 +362,7 @@ IosArgs
// IosGcloudYml
assert(xctestrunZip, testAbsolutePath)
assert(xctestrunFile, xctestrunFileAbsolutePath)
assert(devices, listOf(Device("iphone8", "12.0")))
assert(devices, listOf(Device("iphone8", "13.6")))
assert(flakyTestAttempts, 0)

// FlankYml
Expand Down
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/ftl/fixtures/ios_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"formFactor" : "PHONE",
"id" : "iphone8",
"name" : "iPhone 8",
"supportedVersionIds" : [ "11.2", "11.4", "12.0" ],
"supportedVersionIds" : [ "11.2", "11.4", "12.0", "13.6" ],
"tags" : [ "default", "deprecated=11.2" ]
}, {
"deviceCapabilities" : [ "accelerometer", "armv6", "armv7", "arm64", "auto-focus-camera", "bluetooth-le", "front-facing-camera", "gamekit", "gyroscope", "location-services", "magnetometer", "metal", "microphone", "opengles-1", "opengles-2", "opengles-3", "peer-peer", "still-camera", "video-camera", "wifi", "arkit", "camera-flash", "gps", "healthkit", "nfc", "sms", "telephony" ],
Expand Down Expand Up @@ -2410,4 +2410,4 @@
"tags" : [ "default" ],
"version" : "10.2"
} ]
}
}

0 comments on commit b3f8d1c

Please sign in to comment.