mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +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):
|
def test_convert_to_local(utctime, timezone, expected):
|
||||||
assert convert_to_local(utctime, timezone=zoneinfo.ZoneInfo(timezone)) == expected
|
assert convert_to_local(utctime, timezone=zoneinfo.ZoneInfo(timezone)) == expected
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"url,expected",
|
"url,expected",
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue