fix-staging-seeds #762

Closed
philipp wants to merge 12 commits from fix-staging-seeds into staging
Showing only changes of commit 24a874f888 - Show all commits

View File

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