diff --git a/src/test_utils.rs b/src/test_utils.rs index 95bcc5a0c..cc7b7dcc8 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -894,7 +894,7 @@ impl TestContext { /// /// If the contact does not exist yet, a new contact will be created /// with the correct fingerprint, but without the public key. - async fn add_or_lookup_contact_id_no_key(&self, other: &TestContext) -> ContactId { + pub async fn add_or_lookup_contact_id_no_key(&self, other: &TestContext) -> ContactId { let primary_self_addr = other.ctx.get_primary_self_addr().await.unwrap(); let addr = ContactAddress::new(&primary_self_addr).unwrap(); let fingerprint = self_fingerprint(other).await.unwrap();