Skip to content

Commit adeb2e0

Browse files
committed
test: Don't accept contact request group before leaving
1 parent ce83952 commit adeb2e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chat/chat_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ async fn test_leave_group() -> Result<()> {
739739

740740
tcm.section("Bob leaves the group.");
741741
let bob_chat_id = bob_msg.chat_id;
742-
bob_chat_id.accept(&bob).await?;
743742
remove_contact_from_chat(&bob, bob_chat_id, ContactId::SELF).await?;
744743

745744
let leave_msg = bob.pop_sent_msg().await;

0 commit comments

Comments
 (0)