Skip to content

Commit dd71883

Browse files
Fix data
1 parent 7f6b1aa commit dd71883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/swift-scheduling/canonical-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@
137137
"meetingStart": "2001-04-09T09:00:00",
138138
"description": "Q4"
139139
},
140-
"expected": "2001-12-28T08:00:00"
140+
"expected": "2001-12-31T08:00:00"
141141
},
142142
{
143143
"uuid": "c920886c-44ad-4d34-a156-dc4176186581",
144-
"description": "Q3 in the fourth quarter translates to the last workday of the third quarter of this year",
144+
"description": "Q3 in the fourth quarter translates to the last workday of the third quarter of next year",
145145
"property": "deliveryDate",
146146
"input": {
147147
"meetingStart": "2022-10-06T11:00:00",
148-
"description": "Q4"
148+
"description": "Q3"
149149
},
150150
"expected": "2023-09-29T08:00:00"
151151
}

0 commit comments

Comments
 (0)