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 f3af7a1 commit 2f2b092Copy full SHA for 2f2b092
Tests/DeviceIdentificatorTests/DeviceModelTests.swift
@@ -85,10 +85,4 @@ public class DeviceModelTests: XCTestCase {
85
XCTAssertFalse(iPadSimulator.isAppleTV)
86
XCTAssertTrue(iPadSimulator.isWatch)
87
}
88
-
89
- public func test_current_device() {
90
- let current = DeviceModel.current
91
92
- XCTAssertEqual(current, .iPad(.gen2GSM))
93
- }
94
0 commit comments