Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 17, 2024
1 parent c32ffd2 commit b617149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/gdtasks/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (suite *Suite) SetupSuite() {
}

executor := components.NewDefaultExtendableExecutor(components.NewCleanExecutor())
suite.ProcessManager = processmanager.NewSimple(suite.Cfg, suite.Executor)
suite.ProcessManager = processmanager.NewSimple(suite.Cfg, executor)

executor.RegisterHandler("get-tool", customhandlers.NewGetTool(suite.Cfg).Handle)
suite.Executor = executor
Expand Down

0 comments on commit b617149

Please sign in to comment.