bandcamp/tests/snapshots/tests__band2.snap
ThetaDev 60082fda8c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: make band bio nullable, add more docstrings
2023-11-18 21:49:23 +01:00

46 lines
1.4 KiB
Text

---
source: tests/tests.rs
expression: "&band"
---
Band(
id: 3760769193,
name: "ONE SHOT Podcast",
bandcamp_url: "https://oneshotpodcast.bandcamp.com",
bio: Some("The One Shot Podcast Network is a Chicago based production company that produces podcasts, videos, and streams based on tabletop roleplaying games. Here you can find our soundtracks and exclusive productions."),
bio_image_id: Some(22449761),
header_image_id: None,
location: Some("Chicago, Illinois"),
sites: [],
discography: [
Discograph(
item_id: 1493086082,
item_type: album,
title: "Call of the Sky: Captain\'s Edition",
art_id: Some(3221987648),
artist_name: Some("Arne Parrott"),
band_id: 3760769193,
band_name: "ONE SHOT Podcast",
release_date: "25 Nov 2020 00:00:00 GMT",
),
Discograph(
item_id: 2856844961,
item_type: album,
title: "Skyjacks: Call of the Sky",
art_id: Some(3000513536),
artist_name: Some("Arne Parrott"),
band_id: 3760769193,
band_name: "ONE SHOT Podcast",
release_date: "25 Nov 2020 00:00:00 GMT",
),
Discograph(
item_id: 4207725440,
item_type: album,
title: "Charity for The Void",
art_id: Some(2414931834),
artist_name: Some("The One Shot Network"),
band_id: 3760769193,
band_name: "ONE SHOT Podcast",
release_date: "10 Jun 2018 00:00:00 GMT",
),
],
)