We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37f2fd commit 3aadfa9Copy full SHA for 3aadfa9
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/ObservationStatementMapperTest.java
@@ -228,7 +228,7 @@ public void tearDown() {
228
}
229
230
@Test
231
- public void When_MappingParsedObservationWithNopat_Expect_ObservationStatementWithConfidentialityCode() {
+ void When_MappingParsedObservationWithNopat_Expect_ObservationStatementWithConfidentialityCode() {
232
expectedOutputMessage = ResourceTestFileUtils.getFileContent(OUTPUT_XML_WITH_NOPAT);
233
var jsonInput = ResourceTestFileUtils.getFileContent(INPUT_JSON_WITH_NOPAT);
234
Observation parsedObservation = new FhirParseService().parseResource(jsonInput, Observation.class);
0 commit comments