diff --git a/crates/teloxide/tests/command.rs b/crates/teloxide/tests/command.rs index 60fdc90d..2598756b 100644 --- a/crates/teloxide/tests/command.rs +++ b/crates/teloxide/tests/command.rs @@ -283,8 +283,8 @@ fn description_with_doc_attr_and_command() { assert_eq!( DefaultCommands::descriptions().to_string(), - "/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo command\nwith \ - new line\nFoo command\nwith new line" + "/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo \ + command\nwith new line\nFoo command\nwith new line" ); }