Adapt tests to new interface

This commit is contained in:
Greg Burri 2025-02-12 02:07:10 +01:00
parent da5ea57787
commit 3a3288bc93

View file

@ -1112,13 +1112,13 @@ VALUES
}; };
connection connection
.rm_scheduled_recipe(user_id, recipe_id_1, today) .rm_scheduled_recipe(user_id, recipe_id_1, today, false)
.await?; .await?;
connection connection
.rm_scheduled_recipe(user_id, recipe_id_2, yesterday) .rm_scheduled_recipe(user_id, recipe_id_2, yesterday, false)
.await?; .await?;
connection connection
.rm_scheduled_recipe(user_id, recipe_id_1, tomorrow) .rm_scheduled_recipe(user_id, recipe_id_1, tomorrow, false)
.await?; .await?;
assert_eq!( assert_eq!(