We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b9bfc commit 09d18f9Copy full SHA for 09d18f9
src/chat/chat_tests.rs
@@ -3868,8 +3868,10 @@ async fn test_restore_backup_after_60_days() -> Result<()> {
3868
alice.recv_msg(&bob_sent_text).await;
3869
fiona.recv_msg(&bob_sent_text).await;
3870
3871
+ // Alice did not knew that Charlie is not part of the group
3872
+ // when sending a message, so sent it to Charlie.
3873
bob.recv_msg(&alice_sent_text).await;
- fiona.recv_msg(&alice_sent_text).await;
3874
+ charlie.recv_msg(&alice_sent_text).await;
3875
3876
// Alice should have learned about Charlie not being part of the group
3877
// by receiving Bob's message.
0 commit comments