aboutsummaryrefslogtreecommitdiff
path: root/api/telegram/bot/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/telegram/bot/command_test.go')
-rw-r--r--api/telegram/bot/command_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/telegram/bot/command_test.go b/api/telegram/bot/command_test.go
index d0fdab01..b22b3336 100644
--- a/api/telegram/bot/command_test.go
+++ b/api/telegram/bot/command_test.go
@@ -15,9 +15,9 @@ func TestCommand_validate(t *testing.T) {
s33 := string(ascii.Random([]byte(ascii.Letters), 33))
cases := []struct {
- desc string
cmd Command
exp error
+ desc string
}{{
desc: "with empty command",
cmd: Command{},