File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments