mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Removed sout
This commit is contained in:
parent
8a7fc58e91
commit
2acb3501a5
@ -346,7 +346,6 @@ class TerserUtilTest {
|
||||
// expect p2 to have "Doe" and MALE after replace
|
||||
assertEquals(1, p2.getName().size());
|
||||
assertEquals("Doe", p2.getName().get(0).getFamily());
|
||||
System.out.println(p2.getGender());
|
||||
|
||||
assertEquals(Enumerations.AdministrativeGender.MALE, p2.getGender());
|
||||
assertEquals(dob, p2.getBirthDate());
|
||||
|
Loading…
x
Reference in New Issue
Block a user