Updates for the "full flow"

This commit is contained in:
Connor Johnstone
2026-03-17 21:38:11 -04:00
parent e1b682b048
commit 9e1886b45a
8 changed files with 110 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ async fn test_wanted_items_lifecycle() {
.unwrap();
// Add wanted item
let item = queries::wanted::add(conn, ItemType::Artist, Some(artist.id), None, None)
let item = queries::wanted::add(conn, ItemType::Artist, "Radiohead", None, Some(artist.id), None, None)
.await
.unwrap();
assert_eq!(item.status, WantedStatus::Wanted);