Skip to content

Commit

Permalink
Fix trivia tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Oct 18, 2023
1 parent 2e07f0b commit 7229cb0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,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;
}
};
return approvalNamer;
}
Expand Down

0 comments on commit 7229cb0

Please sign in to comment.