Merge branch 'main' into add_creator_banned_from_community_to_voteview

This commit is contained in:
Dessalines 2024-03-25 19:15:06 -04:00 committed by GitHub
commit a119396a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1183,6 +1183,7 @@ mod tests {
let inserted_banned_from_comm_local_user = LocalUser::create(
pool,
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
vec![],
)
.await?;

View file

@ -1747,6 +1747,7 @@ mod tests {
let inserted_banned_from_comm_local_user = LocalUser::create(
pool,
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
vec![],
)
.await?;