diff options
Diffstat (limited to 'plugins/factory/tests/plugin_1.go')
-rwxr-xr-x | plugins/factory/tests/plugin_1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/factory/tests/plugin_1.go b/plugins/factory/tests/plugin_1.go index df632481..9011bb00 100755 --- a/plugins/factory/tests/plugin_1.go +++ b/plugins/factory/tests/plugin_1.go @@ -29,7 +29,7 @@ func (f *Foo) Serve() chan error { return errCh } - cmd, err := f.spawner.CommandFactory(nil) + cmd, err := f.spawner.NewCmdFactory(nil) if err != nil { errCh <- err return errCh |