be more thorough in tests

This commit is contained in:
philipp 2024-10-11 10:30:40 +02:00
parent 9bacbb9395
commit 24a874f888

@ -1296,7 +1296,8 @@ mod test {
membership_pdf: None,
},
)
.await;
.await
.unwrap();
let user = User::find_by_id(&pool, 1).await.unwrap();