mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
clippy
This commit is contained in:
@@ -113,8 +113,7 @@ impl TestContextManager {
|
|||||||
));
|
));
|
||||||
let chat = from.create_chat(to).await;
|
let chat = from.create_chat(to).await;
|
||||||
let sent = from.send_text(chat.id, msg).await;
|
let sent = from.send_text(chat.id, msg).await;
|
||||||
let received_msg = to.recv_msg(&sent).await;
|
to.recv_msg(&sent).await
|
||||||
received_msg
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn change_addr(&self, test_context: &TestContext, new_addr: &str) {
|
pub async fn change_addr(&self, test_context: &TestContext, new_addr: &str) {
|
||||||
|
|||||||
Reference in New Issue
Block a user