macOS: move instance update info to third row

This commit is contained in:
Peter Steinberger
2025-12-18 09:36:07 +01:00
parent fceab511b3
commit 24009ed00f
3 changed files with 103 additions and 34 deletions

View File

@@ -27,8 +27,7 @@ struct DeviceModelCatalogTests {
@Test
func symbolFallsBackToDeviceFamily() {
#expect(DeviceModelCatalog.symbol(deviceFamily: "Android", modelIdentifier: "", friendlyName: nil) == "logo.android")
#expect(DeviceModelCatalog.symbol(deviceFamily: "Android", modelIdentifier: "", friendlyName: nil) == "android")
#expect(DeviceModelCatalog.symbol(deviceFamily: "Linux", modelIdentifier: "", friendlyName: nil) == "cpu")
}
}