tests: fix artist snapshot naming
This commit is contained in:
parent
46e5f9201d
commit
402f5834d2
6 changed files with 1 additions and 1 deletions
18
tests/snapshots/youtube__music_artist_no_artist.snap
Normal file
18
tests/snapshots/youtube__music_artist_no_artist.snap
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
source: tests/youtube.rs
|
||||
expression: artist
|
||||
---
|
||||
MusicArtist(
|
||||
id: "UCh8gHdtzO2tXd593_bjErWg",
|
||||
name: "Doobydobap",
|
||||
header_image: "[header_image]",
|
||||
description: "",
|
||||
wikipedia_url: None,
|
||||
subscriber_count: "[subscriber_count]",
|
||||
tracks: "[tracks]",
|
||||
albums: [],
|
||||
playlists: "[playlists]",
|
||||
similar_artists: "[artists]",
|
||||
tracks_playlist_id: None,
|
||||
videos_playlist_id: None,
|
||||
)
|
||||
Reference in a new issue