diff --git a/crates/db_schema/src/aggregates/community_aggregates.rs b/crates/db_schema/src/aggregates/community_aggregates.rs index 9c7248e2d..3d8d3b150 100644 --- a/crates/db_schema/src/aggregates/community_aggregates.rs +++ b/crates/db_schema/src/aggregates/community_aggregates.rs @@ -83,6 +83,7 @@ mod tests { .name("ismail_community_agg".into()) .public_key("pubkey".to_string()) .instance_id(another_inserted_instance.id) + .local(Some(false)) .build(); let third_inserted_person = Person::create(pool, &third_person).await.unwrap();