We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188ef05 commit 618a376Copy full SHA for 618a376
Tests/DeviceIdentificatorTests/DeviceModelCurrentTests.swift
@@ -19,8 +19,8 @@ struct DeviceModelCurrentTests {
19
#expect(!current.isSimulator, "Should be identified as a real device.")
20
#endif
21
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.
+ // The following test is an example and will only pass if you run tests on an iPhone 15.
+ // The goal is to demonstrate that the value is consistent.
24
// #expect(current == .iPhone(.iPhone15))
25
}
26
0 commit comments