File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ async fn test_setup_contact_bob_knows_alice() -> Result<()> {
452
452
. expect ( "Error looking up contact" )
453
453
. expect ( "Contact not found" ) ;
454
454
let contact_alice = Contact :: get_by_id ( & bob. ctx , contact_alice_id) . await ?;
455
- assert_eq ! ( contact_bob . is_verified( & bob. ctx) . await ?, false ) ;
455
+ assert_eq ! ( contact_alice . is_verified( & bob. ctx) . await ?, false ) ;
456
456
457
457
// Step 7: Bob receives vc-contact-confirm
458
458
bob. recv_msg_trash ( & sent) . await ;
@@ -636,7 +636,7 @@ async fn test_secure_join() -> Result<()> {
636
636
. expect ( "Error looking up contact" )
637
637
. expect ( "Contact not found" ) ;
638
638
let contact_alice = Contact :: get_by_id ( & bob. ctx , contact_alice_id) . await ?;
639
- assert_eq ! ( contact_bob . is_verified( & bob. ctx) . await ?, false ) ;
639
+ assert_eq ! ( contact_alice . is_verified( & bob. ctx) . await ?, false ) ;
640
640
641
641
// Step 7: Bob receives vg-member-added
642
642
bob. recv_msg ( & sent) . await ;
You can’t perform that action at this time.
0 commit comments