Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
erlichsefi committed Feb 14, 2024
1 parent ce3bb5a commit 5b20287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def test_all_chain_id_unqiue():
def test_update_date():
"""test date the site update"""
date = get_status_date()
assert date == datetime.datetime(
2024, 1, 28
), "gov il site changed, please check it out."
assert date.date() == datetime.datetime(
2024, 2, 11
).date(), "gov il site changed, please check it out."

0 comments on commit 5b20287

Please sign in to comment.