Skip to content

Commit 618a376

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 188ef05 commit 618a376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DeviceIdentificatorTests/DeviceModelCurrentTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ struct DeviceModelCurrentTests {
1919
#expect(!current.isSimulator, "Should be identified as a real device.")
2020
#endif
2121

22-
// La siguiente prueba es un ejemplo y solo pasará si ejecutas los tests en un iPhone 15.
23-
// El objetivo es demostrar que el valor es coherente.
22+
// The following test is an example and will only pass if you run tests on an iPhone 15.
23+
// The goal is to demonstrate that the value is consistent.
2424
// #expect(current == .iPhone(.iPhone15))
2525
}
2626
}

0 commit comments

Comments
 (0)