Updates for the "full flow"

This commit is contained in:
Connor Johnstone
2026-03-17 21:38:27 -04:00
parent fed3a070fc
commit ea1e3c6ac5
5 changed files with 129 additions and 18 deletions

View File

@@ -218,7 +218,7 @@ async fn test_wanted_item_status_updated_on_download() {
};
// Create a wanted item
let wanted = queries::wanted::add(db.conn(), ItemType::Track, None, None, None)
let wanted = queries::wanted::add(db.conn(), ItemType::Track, "Wanted Song", None, None, None, None)
.await
.unwrap();
assert_eq!(wanted.status, WantedStatus::Wanted);