fix(tests): update YTM snapshots
This commit is contained in:
parent
f45fafa982
commit
71f7a0643a
11 changed files with 329 additions and 16 deletions
|
|
@ -105,11 +105,11 @@ MusicAlbum(
|
|||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: None,
|
||||
id: Some("UCa4ZqZPRjz9MYYnfpoh2few"),
|
||||
name: "LOONA",
|
||||
),
|
||||
],
|
||||
artist_id: None,
|
||||
artist_id: Some("UCa4ZqZPRjz9MYYnfpoh2few"),
|
||||
album: Some(AlbumId(
|
||||
id: "MPREb_8QkDeEIawvX",
|
||||
name: "<Queendom2> FINAL",
|
||||
|
|
|
|||
Reference in a new issue