diff options
Diffstat (limited to 'internal/commands/status_test.go')
-rw-r--r-- | internal/commands/status_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/commands/status_test.go b/internal/commands/status_test.go index 7244993..d7c2ac8 100644 --- a/internal/commands/status_test.go +++ b/internal/commands/status_test.go @@ -105,7 +105,6 @@ func TestStatusCommandAliases(t *testing.T) { }{ {"status command", []string{"status"}}, {"st alias", []string{"st"}}, - {"default command", []string{}}, // No subcommand should default to status } for _, tt := range tests { |