Compare commits

...

1 Commits

Author SHA1 Message Date
Connor Johnstone
3d01fa85c9 Test fix 2026-03-18 13:44:28 -04:00

View File

@@ -96,6 +96,10 @@ impl MetadataProvider for MockProvider {
}, },
]) ])
} }
async fn get_artist_release_groups(&self, _artist_mbid: &str) -> TagResult<Vec<shanty_tag::provider::ReleaseGroupEntry>> {
Ok(vec![])
}
} }
#[tokio::test] #[tokio::test]