Skip to content

Commit 707ae92

Browse files
erg
1 parent f14274e commit 707ae92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ private static Stream<Arguments> resourceFileParams() {
9292
private static Stream<Arguments> resourceFileParamsWithEnvironmentCategoryAndConditionRelatedData() {
9393
return Stream.of(
9494
Arguments.of("input-with-environment-category.json", "expected-uses-environment-category.xml"),
95-
Arguments.of("input-with-relation-to-condition-with-one-note.json",
96-
"expected-uses-relation-to-condition-with-one-note.xml"),
9795
Arguments.of
98-
("input-with-relation-to-condition-with-two-notes.json",
99-
"expected-uses-relation-to-condition-with-two-notes.xml"),
96+
("input-with-relation-to-condition-with-one-note.json", "expected-uses-relation-to-condition-with-one-note.xml"),
10097
Arguments.of
101-
("input-with-no-relation-to-condition.json", "expected-uses-no-relation-to-condition.xml")
98+
("input-with-relation-to-condition-with-two-notes.json", "expected-uses-relation-to-condition-with-two-notes.xml"),
99+
Arguments.of("input-with-no-relation-to-condition.json", "expected-uses-no-relation-to-condition.xml")
102100
);
103101
}
104102

0 commit comments

Comments
 (0)