fixed deduplication once again. for real this time I think
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user