test: fix tests

This commit is contained in:
ThetaDev 2024-10-12 05:31:05 +02:00
parent ace0fae100
commit 69d64e5aca
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 41 additions and 11 deletions

View file

@ -146,6 +146,21 @@ MusicArtist(
year: Some(2014),
by_va: false,
),
AlbumItem(
id: "MPREb_tdFqP579jQz",
name: "Bleib in der Schule (Live in Berlin)",
cover: "[cover]",
artists: [
ArtistId(
id: Some("UCOR4_bSVIXPsGa4BbCSt60Q"),
name: "Trailerpark",
),
],
artist_id: Some("UCOR4_bSVIXPsGa4BbCSt60Q"),
album_type: Single,
year: Some(2024),
by_va: false,
),
],
playlists: "[playlists]",
similar_artists: "[artists]",

View file

@ -146,6 +146,21 @@ MusicArtist(
year: Some(2014),
by_va: false,
),
AlbumItem(
id: "MPREb_tdFqP579jQz",
name: "[name]",
cover: "[cover]",
artists: [
ArtistId(
id: Some("UCOR4_bSVIXPsGa4BbCSt60Q"),
name: "[name]",
),
],
artist_id: Some("UCOR4_bSVIXPsGa4BbCSt60Q"),
album_type: Single,
year: Some(2024),
by_va: false,
),
],
playlists: "[playlists]",
similar_artists: "[artists]",