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 6e4839b commit f69c989Copy full SHA for f69c989
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/ConditionLinkSetMapperTest.java
@@ -332,7 +332,7 @@ void When_MappingParsedCondition_With_ActualProblemMedicationRequest_Expect_Link
332
}
333
334
@Test
335
- void When_MappingParsedCondition_With_AllergyIntolerance_Expect_LinkSetXml() {
+ void x_When_MappingParsedCondition_With_AllergyIntolerance_Expect_LinkSetXml() {
336
final Condition condition =
337
getConditionResourceFromJson(INPUT_JSON_WITH_ACTUAL_PROBLEM_ALLERGY_INTOLERANCE);
338
final String expectedXml =
0 commit comments