Skip to content

Commit

Permalink
Update test_date.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 authored Apr 12, 2022
1 parent 737cd80 commit 971f3b2
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 971f3b2

Please sign in to comment.