tests: update album snapshot
This commit is contained in:
parent
bb41a71eef
commit
3b28121fdb
2 changed files with 4 additions and 12 deletions
|
|
@ -265,15 +265,11 @@ MusicAlbum(
|
|||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: Some("UCRBHsrbsZDxjHkcgMKEJwpw"),
|
||||
id: Some("UCCu_bk4x0KOg4NnCKoerDaw"),
|
||||
name: "Brendan Angelides",
|
||||
),
|
||||
ArtistId(
|
||||
id: Some("UC4YvDAbE1EYwZpj6gQ-lpLw"),
|
||||
name: "Eskmo",
|
||||
),
|
||||
],
|
||||
artist_id: Some("UCRBHsrbsZDxjHkcgMKEJwpw"),
|
||||
artist_id: Some("UCCu_bk4x0KOg4NnCKoerDaw"),
|
||||
album: Some(AlbumId(
|
||||
id: "MPREb_AzuWg8qAVVl",
|
||||
name: "13 Reasons Why (Season 3)",
|
||||
|
|
|
|||
|
|
@ -265,15 +265,11 @@ MusicAlbum(
|
|||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: Some("UCRBHsrbsZDxjHkcgMKEJwpw"),
|
||||
name: "[name]",
|
||||
),
|
||||
ArtistId(
|
||||
id: Some("UC4YvDAbE1EYwZpj6gQ-lpLw"),
|
||||
id: Some("UCCu_bk4x0KOg4NnCKoerDaw"),
|
||||
name: "[name]",
|
||||
),
|
||||
],
|
||||
artist_id: Some("UCRBHsrbsZDxjHkcgMKEJwpw"),
|
||||
artist_id: Some("UCCu_bk4x0KOg4NnCKoerDaw"),
|
||||
album: Some(AlbumId(
|
||||
id: "MPREb_AzuWg8qAVVl",
|
||||
name: "[name]",
|
||||
|
|
|
|||
Reference in a new issue