fixed deduplication once again. for real this time I think

This commit is contained in:
Connor Johnstone
2026-03-24 12:51:42 -04:00
parent 5eee31fe91
commit cb63619610
3 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ async fn test_add_artist_expands_to_tracks() {
let db = test_db().await;
let provider = MockProvider;
let summary = add_artist(db.conn(), Some("Test Artist"), None, &provider, None)
let summary = add_artist(db.conn(), Some("Test Artist"), None, &provider, &[], None)
.await
.unwrap();
assert_eq!(summary.tracks_added, 2);