Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Apr 12, 2022
2 parents cb0cafc + 971f3b2 commit a46dbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def test_date_days_since_new_year():

d = date.Date(31, 1, 2022)
d1 = date.Date(31, 12, 2022)

assert d.days_since_new_year() == 30
assert d1.days_since_new_year() == 364

Expand Down

0 comments on commit a46dbe9

Please sign in to comment.