diff --git a/commands/command_test.go b/commands/command_test.go index e97391a0c..c41f1ce96 100644 --- a/commands/command_test.go +++ b/commands/command_test.go @@ -105,7 +105,7 @@ func TestRegistration(t *testing.T) { Run: noop, } - res := cmdB.Call(NewRequest([]string{"a"}, nil, nil, nil, nil)) + res := cmdB.Call(NewRequest([]string{"a"}, nil, nil, nil)) if res.Error() == nil { t.Error("Should have failed (option name collision)") }