Skip to content

Commit

Permalink
chore: remove specific device from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-ricardomoreirasilva committed Jan 10, 2025
1 parent 8dc2dce commit f0e1bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default_platform(:ios)
platform :ios do
desc "Lane to run the unit tests"
lane :unit_tests do
run_tests(device: "iPhone SE (3rd generation)", scheme: "OSGeolocationLib")
run_tests(scheme: "OSGeolocationLib")
end

desc "Code coverage"
Expand Down

0 comments on commit f0e1bf1

Please sign in to comment.