be more thorough in tests
This commit is contained in:
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user