Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Dec 20, 2023
1 parent 2f3c53c commit d981a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytepropeller/pkg/controller/nodes/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func setupCacheableNodeExecutionContext(dataStore *storage.DataStore, taskTempla

mockExecutionContext := &executorsmocks.ExecutionContext{}
mockExecutionContext.OnGetParentInfoMatch(mock.Anything).Return(mockParentInfo)
mockExecutionContext.OnGetExecutionConfigMatch().Return(v1alpha1.ExecutionConfig{})

mockNodeExecutionMetadata := &interfacesmocks.NodeExecutionMetadata{}
mockNodeExecutionMetadata.OnGetOwnerID().Return(
Expand Down

0 comments on commit d981a96

Please sign in to comment.