mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
clippy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user