Commit e34a0fd6 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

commands: Updated tests

parent d700a2ce
...@@ -107,7 +107,7 @@ func TestRegistration(t *testing.T) { ...@@ -107,7 +107,7 @@ func TestRegistration(t *testing.T) {
Run: noop, Run: noop,
} }
res := cmdB.Call(NewRequest([]string{"a"}, nil, nil, nil)) res := cmdB.Call(NewRequest([]string{"a"}, nil, nil, nil, nil))
if res.Error() == nil { if res.Error() == nil {
t.Error("Should have failed (option name collision)") t.Error("Should have failed (option name collision)")
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment