Skip to content

Commit

Permalink
Fix timezone test for new version of PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 1, 2023
1 parent ab894d0 commit 0f65558
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 @@ -38,7 +38,7 @@ def test_get_local_time():
assert latimes["timezone"] == "America/Los_Angeles"
assert utils.get_local_time(latimes).tzinfo is not None
bbc = utils.get_site("bbc")
assert utils.get_local_time(bbc).tzname() == "GMT"
assert utils.get_local_time(bbc).tzname() == "BST"


def test_get_user_agent():
Expand Down

0 comments on commit 0f65558

Please sign in to comment.