Skip to content

Commit

Permalink
reverted mockery-v2 on ExecutionContext (#5562)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw authored Jul 16, 2024
1 parent c1563d7 commit 220d594
Show file tree
Hide file tree
Showing 17 changed files with 529 additions and 747 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1"
)

//go:generate mockery-v2 --case=underscore --with-expecter --name ExecutionContext --output=mocks
//go:generate mockery -all -case=underscore

type TaskDetailsGetter interface {
GetTask(id v1alpha1.TaskID) (v1alpha1.ExecutableTask, error)
Expand Down
128 changes: 128 additions & 0 deletions flytepropeller/pkg/controller/executors/mocks/control_flow.go

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

Loading

0 comments on commit 220d594

Please sign in to comment.