Skip to content

Commit f57f8ff

Browse files
committed
feat: test
1 parent 788afce commit f57f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default_platform(:ios)
1818
platform :ios do
1919
desc "Lane to run the unit tests"
2020
lane :unit_tests do
21-
run_tests(device: "iPhone SE (3rd generation)", scheme: "OSInAppBrowserLib",
21+
run_tests(device: "iPhone 16", scheme: "OSInAppBrowserLib",
2222
slack_url: ENV['SLACK_WEBHOOK'])
2323
end
2424

0 commit comments

Comments
 (0)