Skip to content

Commit 7b1d893

Browse files
committed
test: use add_or_lookup_email_contact in test_setup_contact_ex
1 parent 92c5c99 commit 7b1d893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/securejoin/securejoin_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async fn test_setup_contact_ex(case: SetupContactCase) {
208208
.gossiped_keys
209209
.insert(alice_addr.to_string(), wrong_pubkey)
210210
.unwrap();
211-
let contact_bob = alice.add_or_lookup_contact(&bob).await;
211+
let contact_bob = alice.add_or_lookup_email_contact(&bob).await;
212212
let handshake_msg = handle_securejoin_handshake(&alice, &mut msg, contact_bob.id)
213213
.await
214214
.unwrap();

0 commit comments

Comments
 (0)