Skip to content

Commit

Permalink
reverted mockery-v2 on ExecutionContext (flyteorg#5562)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Vladyslav Libov <[email protected]>
  • Loading branch information
hamersaw authored and VladyslavLibov committed Aug 16, 2024
1 parent 043e41e commit fdb71c5
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 fdb71c5

Please sign in to comment.