Skip to content

Commit 970b359

Browse files
committed
Remove test.
1 parent 1969218 commit 970b359

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/Tests.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -723,14 +723,6 @@ class DeviceKitTests: XCTestCase {
723723
XCTAssertEqual(Device.mapToDevice(identifier: "AppleTV6,2").description, "Apple TV 4K")
724724
}
725725

726-
func testAppleWatchSE3Mapping() {
727-
// Test Apple Watch SE 3rd generation identifier mapping
728-
XCTAssertEqual(Device.mapToDevice(identifier: "Watch7,13"), .appleWatchSE3_40mm)
729-
XCTAssertEqual(Device.mapToDevice(identifier: "Watch7,14"), .appleWatchSE3_40mm)
730-
XCTAssertEqual(Device.mapToDevice(identifier: "Watch7,15"), .appleWatchSE3_44mm)
731-
XCTAssertEqual(Device.mapToDevice(identifier: "Watch7,16"), .appleWatchSE3_44mm)
732-
}
733-
734726
func testSafeDescription() {
735727
for device in Device.allRealDevices {
736728
XCTAssertEqual(device.description, device.safeDescription)

0 commit comments

Comments
 (0)