docs: fix a typo in test_partial_group_consistency()

This commit is contained in:
link2xt
2024-05-30 19:57:03 +00:00
parent bf34bd3a62
commit 8ba08432c5

View File

@@ -4403,7 +4403,7 @@ Chat-Group-Member-Added: charlie@example.com",
let contacts = get_chat_contacts(&bob, bob_chat_id).await?; let contacts = get_chat_contacts(&bob, bob_chat_id).await?;
assert_eq!(contacts.len(), 3); assert_eq!(contacts.len(), 3);
// Bob fully reives the partial message. // Bob fully receives the partial message.
let msg_id = receive_imf_from_inbox( let msg_id = receive_imf_from_inbox(
&bob, &bob,
"first@example.org", "first@example.org",