Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Feb 19, 2024
1 parent 1ca98fa commit bb456f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pythclient/calendar_full_intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,8 @@
(datetime.date(2024, 2, 16), "0000-1700"),
(datetime.date(2024, 2, 17), None),
(datetime.date(2024, 2, 18), "1700-0000"),
(datetime.date(2024, 2, 19), "0000-0000"),
(datetime.date(2024, 2, 19), "0000-1430"),
(datetime.date(2024, 2, 19), "1800-0000"),
(datetime.date(2024, 2, 20), "0000-0000"),
(datetime.date(2024, 2, 21), "0000-0000"),
(datetime.date(2024, 2, 22), "0000-0000"),
Expand Down

0 comments on commit bb456f6

Please sign in to comment.