Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Sep 9, 2024
1 parent c9d9fea commit 81813b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ void doesntReplaceSourceURL(boolean keepHtml) throws Exception {
when(databaseContext.getFirstExistingFileDir(any())).thenReturn(Optional.of(tempFolder));
when(filePreferences.getFileNamePattern()).thenReturn("[citationkey]");
when(filePreferences.getFileDirectoryPattern()).thenReturn("");
when(filePreferences.shouldKeepDownloadUrl()).thenReturn(true);

DownloadLinkedFileAction downloadLinkedFileAction = new DownloadLinkedFileAction(
databaseContext,
Expand Down

0 comments on commit 81813b0

Please sign in to comment.