Skip to content

Commit

Permalink
Fix existing propeller unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jun 6, 2024
1 parent 9a7ceb8 commit 18011ab
Show file tree
Hide file tree
Showing 16 changed files with 771 additions and 356 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 -case=underscore
//go:generate mockery-v2 --case=underscore --with-expecter --name ExecutionContext --output=mocks

type TaskDetailsGetter interface {
GetTask(id v1alpha1.TaskID) (v1alpha1.ExecutableTask, error)
Expand Down
Loading

0 comments on commit 18011ab

Please sign in to comment.