mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
test: print multiline chat descriptions with debug formatter
This commit is contained in:
@@ -3438,7 +3438,7 @@ async fn test_chat_description(
|
|||||||
"ä ẟ 😂",
|
"ä ẟ 😂",
|
||||||
] {
|
] {
|
||||||
tcm.section(&format!(
|
tcm.section(&format!(
|
||||||
"Alice sets the chat description to '{description}'"
|
"Alice sets the chat description to {description:?}"
|
||||||
));
|
));
|
||||||
set_chat_description(alice, alice_chat_id, description).await?;
|
set_chat_description(alice, alice_chat_id, description).await?;
|
||||||
let sent = alice.pop_sent_msg().await;
|
let sent = alice.pop_sent_msg().await;
|
||||||
|
|||||||
Reference in New Issue
Block a user