Fixing tests.

This commit is contained in:
Dessalines 2023-06-05 12:41:48 -04:00
parent 250a9fbcce
commit 639499ef12
2 changed files with 2 additions and 0 deletions

View file

@ -592,6 +592,7 @@ mod tests {
.pool(pool)
.my_person_id(inserted_timmy.id)
.admin(false)
.unresolved_only(Some(true))
.build()
.list()
.await

View file

@ -581,6 +581,7 @@ mod tests {
.pool(pool)
.my_person_id(inserted_timmy.id)
.admin(false)
.unresolved_only(Some(true))
.build()
.list()
.await