mirror of https://github.com/LemmyNet/lemmy.git
Fixing a few broken tests from the change in LocalUser::create (#4569)
parent
846848c4f6
commit
e4356a7701
|
@ -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…
Reference in New Issue