Skip to content

Commit 09d18f9

Browse files
committed
test: fixup for test_restore_backup_after_60_days
1 parent 47b9bfc commit 09d18f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chat/chat_tests.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3868,8 +3868,10 @@ async fn test_restore_backup_after_60_days() -> Result<()> {
38683868
alice.recv_msg(&bob_sent_text).await;
38693869
fiona.recv_msg(&bob_sent_text).await;
38703870

3871+
// Alice did not knew that Charlie is not part of the group
3872+
// when sending a message, so sent it to Charlie.
38713873
bob.recv_msg(&alice_sent_text).await;
3872-
fiona.recv_msg(&alice_sent_text).await;
3874+
charlie.recv_msg(&alice_sent_text).await;
38733875

38743876
// Alice should have learned about Charlie not being part of the group
38753877
// by receiving Bob's message.

0 commit comments

Comments
 (0)