test: Don't accept contact request group before leaving

This commit is contained in:
Hocuri
2025-07-16 16:10:59 +02:00
parent ce83952b4f
commit adeb2e0a61

View File

@@ -739,7 +739,6 @@ async fn test_leave_group() -> Result<()> {
tcm.section("Bob leaves the group.");
let bob_chat_id = bob_msg.chat_id;
bob_chat_id.accept(&bob).await?;
remove_contact_from_chat(&bob, bob_chat_id, ContactId::SELF).await?;
let leave_msg = bob.pop_sent_msg().await;