Skip to content

Commit c785f59

Browse files
committed
test
1 parent c3f98dd commit c785f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/test/java/ca/bc/gov/educ/studentdatacollection/api/service/v1/SdcSchoolCollectionServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ void testReprocessSchoolCollection_withStudents_notLoadedStudents_ShouldProcessN
400400
@Test
401401
void testReprocessSchoolCollection_withLoadedStudents_ShouldThrowLoadedStudentException() {
402402
UUID sdcSchoolCollectionID = UUID.randomUUID();
403-
String updateUser = "TEST_USER";
404403

405404
SdcSchoolCollectionEntity sdcSchoolCollectionEntity = new SdcSchoolCollectionEntity();
406405
sdcSchoolCollectionEntity.setSdcSchoolCollectionID(sdcSchoolCollectionID);

0 commit comments

Comments
 (0)