Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Jan 4, 2024
1 parent a3eb12b commit a20749d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/isf/admission/test/Tests.java
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,6 @@ public void testMgrValidateMaternity() throws Exception {
(e -> ((OHServiceException) e).getMessages().size() == 1), "Expecting single validation error")
);
admission.setDisDate(admDate);

// control dates after discharge dates
LocalDateTime ctrlDate = admission.getCtrlDate1();
admission.setCtrlDate1(LocalDateTime.of(9999, 1, 1, 0, 0, 0));
Expand Down

0 comments on commit a20749d

Please sign in to comment.