Skip to content

Commit

Permalink
fix(tests): modify mocks for taskCommands to match the new implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
brian-mulier-p committed Aug 12, 2024
1 parent a15d908 commit 76b59eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void accept(String s, Boolean aBoolean) {
Mockito.when(commands.getEnableOutputDirectory()).thenReturn(true);
Mockito.when(commands.outputDirectoryEnabled()).thenReturn(true);
Mockito.when(commands.getTimeout()).thenReturn(null);
Mockito.when(commands.relativeWorkingDirectoryFilesPaths()).thenCallRealMethod();
Mockito.when(commands.relativeWorkingDirectoryFilesPaths(true)).thenCallRealMethod();

return commands;
}
Expand Down

0 comments on commit 76b59eb

Please sign in to comment.