This commit is contained in:
Hocuri
2022-10-26 15:16:41 +02:00
parent f32e248d90
commit 60d4846586

View File

@@ -113,8 +113,7 @@ impl TestContextManager {
));
let chat = from.create_chat(to).await;
let sent = from.send_text(chat.id, msg).await;
let received_msg = to.recv_msg(&sent).await;
received_msg
to.recv_msg(&sent).await
}
pub async fn change_addr(&self, test_context: &TestContext, new_addr: &str) {