Skip to content

Commit

Permalink
Fix approvals extension tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Oct 18, 2023
1 parent 7229cb0 commit 806b982
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ public File getApprovedFile(String extensionWithDot) {
public File getReceivedFile(String extensionWithDot) {
return new File(this.getSourceFilePath() + "/" + this.getApprovalName() + ".received" + extensionWithDot);
}

@Override
public ApprovalNamer addAdditionalInformation(String s) {
return null;
}
};

final Options options = new Options()
Expand Down

0 comments on commit 806b982

Please sign in to comment.