From 2e0385680f6b6426745db11ad00692cec98603f6 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 21 Dec 2025 02:09:18 +0100 Subject: [PATCH] Fix one more test --- tests/providers/jellyfin/test_init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.34.1