Skip to content

Commit

Permalink
Update test/test_calendar.py
Browse files Browse the repository at this point in the history
Test for month/day increments

Co-authored-by: Anton Steketee <[email protected]>
  • Loading branch information
blimlim and anton-seaice authored Aug 20, 2024
1 parent 702c9bb commit 0b0f970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ def test_parse_date_offset_no_offset_magnitude():
),
(
datetime.datetime(year=400, month=1, day=1),
datetime.datetime(year=401, month=1, day=1),
datetime.datetime(year=401, month=12, day=31),
GREGORIAN,
366 * SEC_PER_DAY
365 * SEC_PER_DAY
),
(
datetime.datetime(year=12, month=7, day=22),
Expand Down

0 comments on commit 0b0f970

Please sign in to comment.