Skip to content

Commit 86cb044

Browse files
committed
WIP
1 parent 3a1ac6e commit 86cb044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Tests/ViewTypes/ColorPickerTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ final class ColorPickerTests: XCTestCase {
2929
#if os(iOS) || os(visionOS)
3030
.introspect(.colorPicker, on: .iOS(.v14, .v15, .v16, .v17, .v18), .visionOS(.v1, .v2), customize: spy0)
3131
#elseif os(macOS)
32-
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14), customize: spy0)
32+
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14, .v15), customize: spy0)
3333
#endif
3434

3535
ColorPicker("", selection: .constant(PlatformColor.green.cgColor))
3636
#if os(iOS) || os(visionOS)
3737
.introspect(.colorPicker, on: .iOS(.v14, .v15, .v16, .v17, .v18), .visionOS(.v1, .v2), customize: spy1)
3838
#elseif os(macOS)
39-
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14), customize: spy1)
39+
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14, .v15), customize: spy1)
4040
#endif
4141

4242
ColorPicker("", selection: .constant(PlatformColor.blue.cgColor))
4343
#if os(iOS) || os(visionOS)
4444
.introspect(.colorPicker, on: .iOS(.v14, .v15, .v16, .v17, .v18), .visionOS(.v1, .v2), customize: spy2)
4545
#elseif os(macOS)
46-
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14), customize: spy2)
46+
.introspect(.colorPicker, on: .macOS(.v11, .v12, .v13, .v14, .v15), customize: spy2)
4747
#endif
4848
}
4949
} extraAssertions: {

0 commit comments

Comments
 (0)