mirror of https://github.com/LemmyNet/lemmy.git
Merge branch 'main' into add_creator_banned_from_community_to_voteview
commit
a119396a8a
|
@ -1183,6 +1183,7 @@ mod tests {
|
||||||
let inserted_banned_from_comm_local_user = LocalUser::create(
|
let inserted_banned_from_comm_local_user = LocalUser::create(
|
||||||
pool,
|
pool,
|
||||||
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
|
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
|
||||||
|
vec![],
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|
|
@ -1747,6 +1747,7 @@ mod tests {
|
||||||
let inserted_banned_from_comm_local_user = LocalUser::create(
|
let inserted_banned_from_comm_local_user = LocalUser::create(
|
||||||
pool,
|
pool,
|
||||||
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
|
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
|
||||||
|
vec![],
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue