From adeb2e0a6193926969ece2e295289b91f3972a7f Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 16 Jul 2025 16:10:59 +0200 Subject: [PATCH] test: Don't accept contact request group before leaving --- src/chat/chat_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat/chat_tests.rs b/src/chat/chat_tests.rs index 937a60b27..dd9f30cc3 100644 --- a/src/chat/chat_tests.rs +++ b/src/chat/chat_tests.rs @@ -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;