Skip to content

Commit

Permalink
Fixed the conflict file.
Browse files Browse the repository at this point in the history
Fixed the conflict file.
  • Loading branch information
infstar committed Sep 12, 2024
1 parent f9a688a commit 26f7f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ public void testcreateAndStoreSchoolReports_0() {
public void whenCreateAndStoreSchoolReports_WithParams_ThenReturnResult() {
final String type = "TVRRUN";

when(this.restService.post(String.format(constants.getCreateAndStoreSchoolReports(),type), new ArrayList<>(), Integer.class)).thenReturn(0);
when(this.restService.post(String.format(constants.getCreateAndStoreSchoolReports(),type), List.of("12345"), Integer.class)).thenReturn(2);
when(LOGGER.isDebugEnabled()).thenReturn(true);

mockTokenResponseObject();
Expand Down

0 comments on commit 26f7f98

Please sign in to comment.