From f0e1bf1c9f6a9009f394a36877af16645e14eaaa Mon Sep 17 00:00:00 2001 From: OS-ricardomoreirasilva Date: Fri, 10 Jan 2025 13:39:12 +0000 Subject: [PATCH] chore: remove specific device from unit tests --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 354a74e..84597b0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"