Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit c900c94

Browse files
author
Jonas Cirotzki
committed
[SORMAS-Foundation#4247] remove comments
1 parent 09a481a commit c900c94

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sormas-backend/src/test/java/de/symeda/sormas/backend/caze/CaseFacadeEjbTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,6 @@ public void testGetDuplicatesWithReportDateThreshold() {
15721572
c.setReportDate(new Date());
15731573
});
15741574

1575-
// case and person matching for some asserts
15761575
PersonDto person2 = creator.createPerson("Fname", "Lname", (p) -> {
15771576
p.setBirthdateMM(3);
15781577
p.setBirthdateYYYY(1968);
@@ -1604,7 +1603,6 @@ public void testGetDuplicatesWithReportDateThreshold() {
16041603

16051604
List<CasePersonDto> duplicates;
16061605

1607-
// match by first name and last name
16081606
duplicateCaze.setExternalToken(null);
16091607
duplicatePerson.setFirstName("Fname");
16101608
duplicatePerson.setLastName("Lname");

0 commit comments

Comments
 (0)