From 2530ddb5870a3a5811dd200124c4d78210f2e269 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Wed, 20 Sep 2023 17:58:12 +0300 Subject: [PATCH] Use `description = "off" in hides test` --- crates/teloxide/tests/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide/tests/command.rs b/crates/teloxide/tests/command.rs index 55d4c9d9..0a7dab22 100644 --- a/crates/teloxide/tests/command.rs +++ b/crates/teloxide/tests/command.rs @@ -234,7 +234,7 @@ fn descriptions_off() { enum DefaultCommands { #[command(hide)] Start, - #[command(hide)] + #[command(description = "off")] Username, /// off Help,