diff --git a/src/chat/chat_tests.rs b/src/chat/chat_tests.rs index 162768059..99c4e17d9 100644 --- a/src/chat/chat_tests.rs +++ b/src/chat/chat_tests.rs @@ -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;