Skip to content

Commit fea624b

Browse files
committed
Fixed indentation
1 parent b7e60d6 commit fea624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public void setUp() throws IOException {
119119
when(agentDirectory.getAgentId(any(Reference.class))).thenAnswer(mockIdForReference());
120120
when(randomIdGeneratorService.createNewId()).thenReturn(TEST_ID);
121121
when(specimenMapper.mapSpecimenToCompoundStatement(any(Specimen.class), anyList(), any(DiagnosticReport.class)))
122-
.thenAnswer(mockSpecimenMapping());
122+
.thenAnswer(mockSpecimenMapping());
123123
when(codeableConceptCdMapper.mapCodeableConceptToCd(any(CodeableConcept.class)))
124124
.thenReturn(CodeableConceptMapperMockUtil.NULL_FLAVOR_CODE);
125125

0 commit comments

Comments
 (0)