Merge branch 'main' into add_creator_banned_from_community_to_voteview

add_creator_banned_from_community_to_voteview
Dessalines 2 months ago committed by GitHub
commit a119396a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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?;

@ -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?;

Loading…
Cancel
Save