Skip to content

Commit

Permalink
Remove trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed Jan 15, 2024
1 parent 51744b9 commit 5d999c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ class DeviceKitTests: XCTestCase {
.iPhone15,
.iPhone15Plus,
.iPhone15Pro,
.iPhone15ProMax,
.iPhone15ProMax
]
for device in Device.allRealDevices {
XCTAssertTrue(device.hasDynamicIsland == device.isOneOf(dynamicIslandDevices), "testHasDynamicIsland failed for \(device.description)")
Expand Down

0 comments on commit 5d999c5

Please sign in to comment.