File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public void When_MappingStubbedCodeableConceptAsNullFlavor_Expect_HL7CdObjectXml
157157
158158 @ ParameterizedTest
159159 @ MethodSource ("getTestArgumentsAllergyResolved" )
160- public void When_MappingStubbedCodeableConceptAsResolvedAllergy_Expect_HL7CdObjectXml (String inputJson , String outputXml ) {
160+ void When_MappingStubbedCodeableConceptAsResolvedAllergy_Expect_HL7CdObjectXml (String inputJson , String outputXml ) {
161161 var allergyCodeableConcept = ResourceTestFileUtils .getFileContent (inputJson );
162162 var expectedOutput = ResourceTestFileUtils .getFileContent (outputXml );
163163 var codeableConcept = fhirParseService .parseResource (allergyCodeableConcept , AllergyIntolerance .class ).getCode ();
@@ -172,7 +172,7 @@ public void When_MappingStubbedCodeableConceptAsResolvedAllergy_Expect_HL7CdObje
172172
173173 @ ParameterizedTest
174174 @ MethodSource ("getTestArgumentsAllergyActive" )
175- public void When_MappingStubbedCodeableConceptAsActiveAllergy_Expect_HL7CdObjectXml (String inputJson , String outputXml ) {
175+ void When_MappingStubbedCodeableConceptAsActiveAllergy_Expect_HL7CdObjectXml (String inputJson , String outputXml ) {
176176 var allergyCodeableConcept = ResourceTestFileUtils .getFileContent (inputJson );
177177 var expectedOutput = ResourceTestFileUtils .getFileContent (outputXml );
178178 var codeableConcept = fhirParseService .parseResource (allergyCodeableConcept , AllergyIntolerance .class ).getCode ();
You can’t perform that action at this time.
0 commit comments