fix(tests): update YTM snapshots
This commit is contained in:
parent
f45fafa982
commit
71f7a0643a
11 changed files with 329 additions and 16 deletions
|
|
@ -63,11 +63,11 @@ MusicAlbum(
|
|||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: None,
|
||||
id: Some("UCUhWwvF6gIPWTYlYb4-icLA"),
|
||||
name: "L.r. Eswari",
|
||||
),
|
||||
],
|
||||
artist_id: None,
|
||||
artist_id: Some("UCUhWwvF6gIPWTYlYb4-icLA"),
|
||||
album: Some(AlbumId(
|
||||
id: "MPREb_bqWA6mAZFWS",
|
||||
name: "Pedha Rasi Peddamma Katha",
|
||||
|
|
|
|||
Reference in a new issue