Skip to content

Commit 200bcfc

Browse files
authored
Merge branch 'main' into NIAD-1137/EncounterMapper
2 parents c8cfdd7 + 8cfd98e commit 200bcfc

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/ObservationToNarrativeStatementMapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void When_MappingObservationJsonWithNestedTrue_Expect_NarrativeStatementXmlOutpu
119119

120120
String outputMessage = observationToNarrativeStatementMapper.mapObservationToNarrativeStatement(parsedObservation, true);
121121

122-
assertThat(outputMessage).isEqualToIgnoringWhitespace(expectedOutputMessage);
122+
assertThat(outputMessage).isEqualTo(expectedOutputMessage);
123123
}
124124

125125
@Test

0 commit comments

Comments
 (0)