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 95bbb1b commit a148cb6Copy full SHA for a148cb6
Tests/DeviceIdentificatorTests/NewModelsTests.swift
@@ -71,7 +71,7 @@ struct NewModelsTests {
71
#expect(air11WifiDevice.deviceIdentifier == "iPad15,3")
72
#expect(air11Wifi.processor == .appleM3)
73
#expect(DeviceModel(deviceIdentifier: "iPad15,3") == air11WifiDevice)
74
- // ... (se pueden añadir el resto de variantes de Air M3 aquí)
+ // ... (additional Air M3 variants can be added here)
75
}
76
77
@Test("iPad Mini A17 Pro properties")
0 commit comments