Skip to content

Commit

Permalink
Remove missed line
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Nov 5, 2024
1 parent a5e2760 commit f154b9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/workflow/processing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1623,9 +1623,6 @@ func (s *ProcessingWorkflowTestSuite) TestFailedPIPAM() {
},
).Return(&completePreservationTaskLocalActivityResult{}, nil)

s.env.OnActivity(completePreservationTaskLocalActivity, mock.Anything, mock.Anything, mock.Anything).
Return(nil, nil)

s.env.OnActivity(archivezip.Name, sessionCtx, &archivezip.Params{SourceDir: extractPath}).
Return(&archivezip.Result{Path: extractPath + "/transfer.zip"}, nil)

Expand Down

0 comments on commit f154b9b

Please sign in to comment.