File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,9 @@ class ConditionLinkSetMapperTest {
109109 private static final String OUTPUT_XML_MEDICATION_REQUEST_ACTUAL_PROBLEM = EXPECTED_OUTPUT_LINKSET + "20.xml" ;
110110 private static final String OUTPUT_XML_NO_PARTICIPANT = EXPECTED_OUTPUT_LINKSET + "21.xml" ;
111111 public static final String TEST_CONDITION_CODE =
112- "<code code=\" 55607006\" codeSystem=\" 2.16.840.1.113883.2.1.3.2.4.15\" displayName=\" Problem\" >" +
113- "<originalText>Test Condition</originalText></code>" ;
112+ "<code code=\" 55607006\" codeSystem=\" 2.16.840.1.113883.2.1.3.2.4.15\" displayName=\" Problem\" >"
113+ +
114+ "<originalText>Test Condition</originalText></code>" ;
114115
115116 @ Mock
116117 private IdMapper idMapper ;
You can’t perform that action at this time.
0 commit comments