Skip to content

Commit 512e6fd

Browse files
WIP - working on test still
1 parent e8c0606 commit 512e6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ void setUp() {
135135
var bundleInput = ResourceTestFileUtils.getFileContent(TEST_FILES_DIRECTORY + INPUT_JSON_BUNDLE);
136136
final Bundle bundle = new FhirParseService().parseResource(bundleInput, Bundle.class);
137137
inputBundle = new InputBundle(bundle);
138-
ConditionLinkSetMapper conditionLinkSetMapper = new ConditionLinkSetMapper(messageContext, randomIdGeneratorService, codeableConceptCdMapper,
138+
ConditionLinkSetMapper conditionLinkSetMapper
139+
= new ConditionLinkSetMapper(messageContext, randomIdGeneratorService, codeableConceptCdMapper,
139140
new ParticipantMapper(), confidentialityService);
140141

141142
conditionLinkSetMapperSpy = spy(conditionLinkSetMapper);

0 commit comments

Comments
 (0)