remove unneeded factory codec methods
This commit is contained in:
@@ -92,7 +92,7 @@ func TestPluginCmd(t *testing.T) {
|
||||
success: test.expectedSuccess,
|
||||
}
|
||||
|
||||
f, _, _, _ := cmdtesting.NewAPIFactory()
|
||||
f, _ := cmdtesting.NewAPIFactory()
|
||||
cmd := NewCmdForPlugin(f, test.plugin, runner, inBuf, outBuf, errBuf)
|
||||
if cmd == nil {
|
||||
if !test.expectedNilCmd {
|
||||
|
Reference in New Issue
Block a user