Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bgedik committed Oct 17, 2024
1 parent dcb3a39 commit 5170dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/array/outputs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestAssembleFinalOutputs(t *testing.T) {
ow := &mocks2.OutputWriter{}
ow.OnGetOutputPrefixPath().Return("/prefix/")
ow.OnGetOutputPath().Return("/prefix/outputs.pb")
ow.OnGetErrorPath().Return("/location/prefix/error.pb")
ow.OnGetErrorPath().Return("/prefix/error.pb")
ow.On("Put", mock.Anything, mock.Anything).Return(func(ctx context.Context, or io.OutputReader) error {
m, ee, err := or.Read(ctx)
assert.NoError(t, err)
Expand Down

0 comments on commit 5170dd1

Please sign in to comment.