Skip to content

Commit

Permalink
GRAD2-2283
Browse files Browse the repository at this point in the history
Student Archive Process - Backend endpoints To COMPLETE
  • Loading branch information
arybakov-cgi committed Aug 14, 2024
1 parent 28fa090 commit 52e8952
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public void testGetStudentOptionalProgramHistory() {
@Test
public void testCreateStudentHistory() {
UUID studentID = new UUID(1, 1);
Long batchId = null;
GraduationStudentRecordEntity graduationStatusEntity = new GraduationStudentRecordEntity();
graduationStatusEntity.setStudentID(studentID);
graduationStatusEntity.setPen("12321321");
Expand Down

0 comments on commit 52e8952

Please sign in to comment.