be more thorough in tests
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled

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

View File

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