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

commands: Updated tests

parent 8c6bbde5
......@@ -107,7 +107,7 @@ func TestRegistration(t *testing.T) {
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 {
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