mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46:11 +00:00
Update tests/test_helper_utils.py
This commit is contained in:
parent
cfc532377e
commit
6c1dfeb4de
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue