test: print multiline chat descriptions with debug formatter

This commit is contained in:
link2xt
2026-05-08 19:20:36 +02:00
parent 6fb2f27831
commit f93e7761da

View File

@@ -3438,7 +3438,7 @@ async fn test_chat_description(
"ä ẟ 😂",
] {
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?;
let sent = alice.pop_sent_msg().await;