mirror of
https://github.com/chatmail/core.git
synced 2026-08-14 04:57:26 +03:00
clippy
This commit is contained in:
@@ -897,7 +897,7 @@ async fn test_bcc_self() -> Result<()> {
|
||||
alice.set_config_bool(Config::BccSelf, bcc_self).await?;
|
||||
|
||||
let group = alice.create_group_with_members("Group", &[bob]).await;
|
||||
let single_chat = alice.create_chat_id(&bob).await;
|
||||
let single_chat = alice.create_chat_id(bob).await;
|
||||
|
||||
for chat_id in [group, single_chat] {
|
||||
let sent = alice.send_text(chat_id, "Heyho!").await;
|
||||
|
||||
Reference in New Issue
Block a user