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 authored and fhussonnois committed Aug 14, 2024
1 parent 1253d96 commit 9646a42
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 9646a42

Please sign in to comment.