Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eckermania committed Oct 24, 2024
1 parent 9739f8e commit a138b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void testHandleGetMergeEvent_givenStudentId_whenSuccessfullyProcessed_sho
@Test
public void testHandleGetMergeInDateRangeEvent_givenDateRange_whenSuccessfullyProcessed_shouldHaveEventOutcomeMERGE_FOUND() throws JsonProcessingException {
final var studentMerge = mapper.toModel(createStudentMergePayload());
studentMerge.setStudentMergeDirectionCode(StudentMergeDirectionCodes.FROM.getCode());
studentMerge.setStudentMergeDirectionCode(StudentMergeDirectionCodes.TO.getCode());
studentMerge.setCreateDate(LocalDateTime.now().minusDays(5));
this.studentMergeRepository.save(studentMerge);

Expand Down

0 comments on commit a138b5c

Please sign in to comment.