Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Oct 24, 2023
1 parent 8b7d5e7 commit 051e882
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void testRetryFailedDeposits_Success_WithMultipleFiles() throws IOException {
Submission submission = new Submission();
deposit1.setSubmission(submission);
when(passClient.getObject(same(deposit1), any())).thenReturn(deposit1);
when(passClient.getObject(same(submission), any())).thenReturn(submission);
when(packagerRegistry.get(any())).thenReturn(packager);
DepositSubmission depositSubmission = new DepositSubmission();
DepositFile depositFile1 = new DepositFile();
Expand Down

0 comments on commit 051e882

Please sign in to comment.