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 2e93caa commit 2ac0f85Copy full SHA for 2ac0f85
Tests/Tests/ViewTypes/DatePickerWithStepperFieldStyleTests.swift
@@ -39,8 +39,8 @@ import Testing
39
}
40
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
41
#expect(entity1.dateValue == date1)
42
- #expect(entity2.dateValue == date3)
43
- #expect(entity3.dateValue == date2)
+ #expect(entity2.dateValue == date2)
+ #expect(entity3.dateValue == date3)
44
#endif
45
46
0 commit comments