Skip to content

Commit c6e510b

Browse files
wqeRAST
1 parent 8bc6720 commit c6e510b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ void When_MappingObservationJson_Expect_CompoundStatementXmlOutput(String inputJ
183183
final Observation observationAssociatedWithSpecimen = getObservationResourceFromJson(inputJson);
184184
final String expectedXml = getXmlStringFromFile(outputXml);
185185

186-
when(randomIdGeneratorService.createNewId())
187-
.thenReturn("random-unmapped-id");
186+
when(randomIdGeneratorService.createNewId()).thenReturn("random-unmapped-id");
188187

189188
final String actualXml = observationMapper.mapObservationToCompoundStatement(
190189
observationAssociatedWithSpecimen);

0 commit comments

Comments
 (0)