Update src/chat.rs

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
Sebastian Klähn
2022-12-11 11:30:33 +01:00
committed by Sebastian Klähn
parent 7415eadb78
commit 0250b6f421

View File

@@ -3996,7 +3996,7 @@ mod tests {
let add2 = alice.pop_sent_msg().await;
bob.recv_msg(&add2).await;
// number of memebers in chat should have updated
// number of members in chat should have updated
assert_eq!(get_chat_contacts(&bob, bob_chat_id).await?.len(), 2);
Ok(())
}