indentation fixed
This commit is contained in:
parent
f51e2ea886
commit
3e0e651e9d
|
@ -20,15 +20,15 @@ public class ResourceReferenceInfoTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
Reference theElement = new Reference()
|
Reference theElement = new Reference()
|
||||||
.setReference("Practitioner/123")
|
.setReference("Practitioner/123")
|
||||||
.setDisplay("Test Practitioner");
|
.setDisplay("Test Practitioner");
|
||||||
|
|
||||||
Patient theOwningResource = new Patient()
|
Patient theOwningResource = new Patient()
|
||||||
.addGeneralPractitioner(theElement);
|
.addGeneralPractitioner(theElement);
|
||||||
|
|
||||||
resourceReferenceInfo =
|
resourceReferenceInfo =
|
||||||
new ResourceReferenceInfo(fhirContext, theOwningResource, List.of("generalPractitioner"), theElement);
|
new ResourceReferenceInfo(fhirContext, theOwningResource, List.of("generalPractitioner"), theElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue