Skip to content

Commit

Permalink
Adjusted test
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Aug 8, 2024
1 parent 5df96d2 commit 7450d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void setUpRepository() {
Mockito.when(qanaryRepository.selectWithResultSet(any())).thenReturn(results);
Mockito.when(qanaryRepository.getQuestionFromQuestionId(any())).thenReturn("Example Question?");
Mockito.when(templateExplanationsService.getPipelineInputExplanation(any())).thenReturn("A");
Mockito.when(templateExplanationsService.getPipelineOutputExplanation(any(), any())).thenReturn("B");
Mockito.when(templateExplanationsService.getPipelineOutputExplanation((ResultSet) any(), any())).thenReturn("B");
}

/**
Expand Down

0 comments on commit 7450d1d

Please sign in to comment.