Skip to content

Commit fae66af

Browse files
Shortened line
1 parent 24f3185 commit fae66af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/EncounterMapperTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,11 @@ void When_MappingParsedEncounterJson_Expect_EhrCompositionXmlOutputWithNulAuthor
150150

151151
var sampleComponent = ResourceTestFileUtils.getFileContent(SAMPLE_EHR_COMPOSITION_COMPONENT);
152152

153-
String expectedOutputMessage = ResourceTestFileUtils.getFileContent(TEST_FILES_DIRECTORY + "output-with-nul-author-participant2.xml");
153+
String expectedOutputMessage = ResourceTestFileUtils
154+
.getFileContent(TEST_FILES_DIRECTORY + "output-with-nul-author-participant2.xml");
154155

155-
var jsonInput = ResourceTestFileUtils.getFileContent(TEST_FILES_DIRECTORY + "input-without-recorder-participant.json");
156+
var jsonInput = ResourceTestFileUtils
157+
.getFileContent(TEST_FILES_DIRECTORY + "input-without-recorder-participant.json");
156158
Encounter parsedEncounter = new FhirParseService().parseResource(jsonInput, Encounter.class);
157159
when(encounterComponentsMapper.mapComponents(parsedEncounter)).thenReturn(sampleComponent);
158160

0 commit comments

Comments
 (0)