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