Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kuutsav authored Jun 9, 2024
1 parent 3086eac commit cf90f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
def test_get_today():
today = get_today()
today_splits = today.split("_")
assert int(today_splits[0]) == 2023
assert int(today_splits[0]) == 2024
assert int(today_splits[1]) in set(range(1, 13))
assert int(today_splits[2]) in set(range(1, 32))

0 comments on commit cf90f9a

Please sign in to comment.