Skip to content

Commit

Permalink
Remove duplicated ouputWriter mock (#4342)
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Gomez Ferrer <[email protected]>
  • Loading branch information
andresgomezfrr authored Nov 1, 2023
1 parent b8cd12c commit 617e481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyteplugins/tests/end_to_end.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func RunPluginEndToEndTest(t *testing.T, executor pluginCore.Plugin, template *i
outputWriter.OnGetOutputPath().Return(basePrefix + "/outputs.pb")
outputWriter.OnGetCheckpointPrefix().Return("/checkpoint")
outputWriter.OnGetPreviousCheckpointsPrefix().Return("/prev")
outputWriter.OnPutMatch(mock.Anything, mock.Anything).Return(nil)

outputWriter.OnPutMatch(mock.Anything, mock.Anything).Return(nil).Run(func(args mock.Arguments) {
or := args.Get(1).(io.OutputReader)
Expand Down

0 comments on commit 617e481

Please sign in to comment.