Adapt tests to new interface
This commit is contained in:
parent
da5ea57787
commit
3a3288bc93
1 changed files with 3 additions and 3 deletions
|
|
@ -1112,13 +1112,13 @@ VALUES
|
|||
};
|
||||
|
||||
connection
|
||||
.rm_scheduled_recipe(user_id, recipe_id_1, today)
|
||||
.rm_scheduled_recipe(user_id, recipe_id_1, today, false)
|
||||
.await?;
|
||||
connection
|
||||
.rm_scheduled_recipe(user_id, recipe_id_2, yesterday)
|
||||
.rm_scheduled_recipe(user_id, recipe_id_2, yesterday, false)
|
||||
.await?;
|
||||
connection
|
||||
.rm_scheduled_recipe(user_id, recipe_id_1, tomorrow)
|
||||
.rm_scheduled_recipe(user_id, recipe_id_1, tomorrow, false)
|
||||
.await?;
|
||||
|
||||
assert_eq!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue