Skip to content

Commit 2ac0f85

Browse files
committed
WIP
1 parent 2e93caa commit 2ac0f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Tests/ViewTypes/DatePickerWithStepperFieldStyleTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import Testing
3939
}
4040
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
4141
#expect(entity1.dateValue == date1)
42-
#expect(entity2.dateValue == date3)
43-
#expect(entity3.dateValue == date2)
42+
#expect(entity2.dateValue == date2)
43+
#expect(entity3.dateValue == date3)
4444
#endif
4545
}
4646
}

0 commit comments

Comments
 (0)