test: expect trashing of no-op "member added" in non_member_cannot_modify_member_list

This commit is contained in:
link2xt
2025-01-15 18:19:35 +00:00
parent ffd2ec9424
commit 69e01b5197

View File

@@ -7891,7 +7891,7 @@ mod tests {
// Alice ignores Bob's message because Bob is not a member.
assert_eq!(get_chat_contacts(alice, alice_chat_id).await?.len(), 1);
alice.recv_msg(&bob_sent_add_msg).await;
alice.recv_msg_trash(&bob_sent_add_msg).await;
assert_eq!(get_chat_contacts(alice, alice_chat_id).await?.len(), 1);
Ok(())