We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce83952 commit adeb2e0Copy full SHA for adeb2e0
src/chat/chat_tests.rs
@@ -739,7 +739,6 @@ async fn test_leave_group() -> Result<()> {
739
740
tcm.section("Bob leaves the group.");
741
let bob_chat_id = bob_msg.chat_id;
742
- bob_chat_id.accept(&bob).await?;
743
remove_contact_from_chat(&bob, bob_chat_id, ContactId::SELF).await?;
744
745
let leave_msg = bob.pop_sent_msg().await;
0 commit comments