test: fix tests
This commit is contained in:
parent
605fb6bfe3
commit
a1792f2eb3
1 changed files with 0 additions and 15 deletions
|
|
@ -146,21 +146,6 @@ MusicArtist(
|
||||||
year: Some(2015),
|
year: Some(2015),
|
||||||
by_va: false,
|
by_va: false,
|
||||||
),
|
),
|
||||||
AlbumItem(
|
|
||||||
id: "MPREb_ghrNI6BJSM8",
|
|
||||||
name: "Friends And Family",
|
|
||||||
cover: "[cover]",
|
|
||||||
artists: [
|
|
||||||
ArtistId(
|
|
||||||
id: Some("UCFKUUtHjT4iq3p0JJA13SOA"),
|
|
||||||
name: "Every Time I Die",
|
|
||||||
),
|
|
||||||
],
|
|
||||||
artist_id: Some("UCFKUUtHjT4iq3p0JJA13SOA"),
|
|
||||||
album_type: album,
|
|
||||||
year: Some(2017),
|
|
||||||
by_va: false,
|
|
||||||
),
|
|
||||||
AlbumItem(
|
AlbumItem(
|
||||||
id: "MPREb_h0UZr2ALQXf",
|
id: "MPREb_h0UZr2ALQXf",
|
||||||
name: "From Parts Unknown (Deluxe Edition)",
|
name: "From Parts Unknown (Deluxe Edition)",
|
||||||
|
|
|
||||||
Reference in a new issue