Skip to content

Commit

Permalink
GRAD2-2817
Browse files Browse the repository at this point in the history
TVR Delete Process - Backend Changes Endpoints
  • Loading branch information
arybakov-cgi committed Jul 2, 2024
1 parent 5da8620 commit aa504ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public void testProcessStudentReports() {

when(gradStudentReportsRepository.deleteByStudentIDInAndGradReportTypeCode(List.of(studentID), reportTypeCode)).thenReturn(0L);
var result = commonService.processStudentReports(List.of(studentID), reportTypeCode, actionType);
assertThat(result).isEqualTo(0);
assertThat(result).isZero();

final UUID reportID = UUID.randomUUID();
final String pen = "123456789";
Expand Down

0 comments on commit aa504ea

Please sign in to comment.