From: Marcel van der Veldt Date: Sun, 21 Dec 2025 01:09:18 +0000 (+0100) Subject: Fix one more test X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2e0385680f6b6426745db11ad00692cec98603f6;p=music-assistant-server.git Fix one more test --- diff --git a/tests/providers/jellyfin/test_init.py b/tests/providers/jellyfin/test_init.py index 912d49fa..1f9a883e 100644 --- a/tests/providers/jellyfin/test_init.py +++ b/tests/providers/jellyfin/test_init.py @@ -53,4 +53,5 @@ async def test_initial_sync(mass: MusicAssistant) -> None: assert albums[0].name == "This Is Christmas" tracks = await mass.music.tracks.library_items(search="where the bands are") - assert tracks[0].name == "Where the Bands Are (2018 Version)" + assert tracks[0].name == "Where the Bands Are" + assert tracks[0].version == "2018 Version"