File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8031,7 +8031,7 @@ mod tests {
8031
8031
8032
8032
// Bob sends a text message to the chat, without a tombstone for Charlie.
8033
8033
// Alice learns about Fiona.
8034
- let bob_sent_text = bob. send_text ( alice_chat_id , "Message." ) . await ;
8034
+ let bob_sent_text = bob. send_text ( bob_chat_id , "Message." ) . await ;
8035
8035
8036
8036
tcm. section ( "Alice sends a message to stale chat" ) ;
8037
8037
let alice_sent_text = alice
@@ -8056,6 +8056,7 @@ mod tests {
8056
8056
// Alice should have also learned about Charlie not being part of the group
8057
8057
// by receiving Bob's message.
8058
8058
assert_eq ! ( get_chat_contacts( alice, alice_chat_id) . await ?. len( ) , 3 ) ;
8059
+ assert ! ( !is_contact_in_chat( alice, alice_chat_id, alice_charlie_contact_id) . await ?) ;
8059
8060
assert_eq ! ( get_past_chat_contacts( alice, alice_chat_id) . await ?. len( ) , 0 ) ;
8060
8061
8061
8062
Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments