mirror of https://github.com/LemmyNet/lemmy.git
fix local_subscribers test
parent
735107e1f7
commit
4bbac5ce4a
|
@ -83,6 +83,7 @@ mod tests {
|
||||||
.name("ismail_community_agg".into())
|
.name("ismail_community_agg".into())
|
||||||
.public_key("pubkey".to_string())
|
.public_key("pubkey".to_string())
|
||||||
.instance_id(another_inserted_instance.id)
|
.instance_id(another_inserted_instance.id)
|
||||||
|
.local(Some(false))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
let third_inserted_person = Person::create(pool, &third_person).await.unwrap();
|
let third_inserted_person = Person::create(pool, &third_person).await.unwrap();
|
||||||
|
|
Loading…
Reference in New Issue