Skip to content

Commit

Permalink
GRAD2-2434 unit test case failure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
githubmamatha committed Feb 1, 2024
1 parent 0cbb772 commit 4162926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ public void testupdateStudentGradRecordHistory() {
when(this.responseMock.onStatus(any(), any())).thenReturn(this.responseMock);
when(this.responseMock.bodyToMono(GraduationStudentRecord.class)).thenReturn(Mono.just(rec));

this.restUtils.updateStudentGradRecordHistory(studentID,batchId,accessToken, userName);
this.restUtils.updateStudentGradRecordHistory(batchId,accessToken, userName);
assertNotNull(rec);

}
Expand Down

0 comments on commit 4162926

Please sign in to comment.