Skip to content

Commit

Permalink
Update tests/test_helper_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 authored Dec 21, 2024
1 parent cfc5323 commit 6c1dfeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_helper_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_values(item, keys, expected):
def test_convert_to_local(utctime, timezone, expected):
assert convert_to_local(utctime, timezone=zoneinfo.ZoneInfo(timezone)) == expected


@pytest.mark.parametrize(
"url,expected",
[
Expand Down

0 comments on commit 6c1dfeb

Please sign in to comment.