Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 21, 2024
1 parent 5388638 commit c4a1430
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ def test_parse_date_offset_no_offset_magnitude():
GREGORIAN,
(10 * 365 + 238) * SEC_PER_DAY
),
(
datetime.datetime(year=1, month=1, day=1),
datetime.datetime(year=1001, month=1, day=1),
GREGORIAN,
(1000 * 365 + 242) * SEC_PER_DAY
),
(
datetime.datetime(year=1, month=1, day=1),
datetime.datetime(year=9999, month=1, day=1),
Expand Down

0 comments on commit c4a1430

Please sign in to comment.