Fix one more test
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 21 Dec 2025 01:09:18 +0000 (02:09 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 21 Dec 2025 01:09:18 +0000 (02:09 +0100)
tests/providers/jellyfin/test_init.py

index 912d49fa9e046bd514a84f333f653aaeaba4f28a..1f9a883e348ca47ec7c868008ff059da10281c66 100644 (file)
@@ -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"