mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
chore: apply beta clippy fixes
This commit is contained in:
@@ -904,7 +904,7 @@ async fn test_concat_multiple_ndns() -> Result<()> {
|
||||
let raw = include_str!("../../test-data/message/posteo_ndn.eml");
|
||||
let raw = raw.replace(
|
||||
"Message-ID: <04422840-f884-3e37-5778-8192fe22d8e1@posteo.de>",
|
||||
&format!("Message-ID: <{}>", mid),
|
||||
&format!("Message-ID: <{mid}>"),
|
||||
);
|
||||
receive_imf(&t, raw.as_bytes(), false).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user