Updates for the "full flow"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user