Skip to content

Commit f0e1bf1

Browse files
chore: remove specific device from unit tests
1 parent 8dc2dce commit f0e1bf1

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: "OSGeolocationLib")
21+
run_tests(scheme: "OSGeolocationLib")
2222
end
2323

2424
desc "Code coverage"

0 commit comments

Comments
 (0)