Skip to content

Commit

Permalink
Move WorkflowExecutor to mockery-v2
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed May 23, 2024
1 parent d25111b commit 9f7d745
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 57 deletions.
2 changes: 1 addition & 1 deletion flyteadmin/pkg/workflowengine/interfaces/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/flyteorg/flyte/flytestdlib/storage"
)

//go:generate mockery -name=WorkflowExecutor -output=../mocks/ -case=underscore
//go:generate mockery-v2 --name=WorkflowExecutor --output=../mocks/ --case=underscore

type TaskResources struct {
Defaults runtime.TaskResourceSet
Expand Down
87 changes: 31 additions & 56 deletions flyteadmin/pkg/workflowengine/mocks/workflow_executor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f7d745

Please sign in to comment.