File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55import static org .mockito .ArgumentMatchers .any ;
66import static org .mockito .ArgumentMatchers .anyString ;
77import static org .mockito .Mockito .when ;
8-
9- import java .io .IOException ;
108import java .util .Optional ;
119import java .util .stream .Stream ;
1210
@@ -61,7 +59,8 @@ public class DiaryPlanStatementMapperTest {
6159
6260 public static final String CONFIDENTIALITY_CODE = "<confidentialityCode code=\" NOPAT\" "
6361 + "codeSystem=\" 2.16.840.1.113883.4.642.3.47\" "
64- + "displayName=\" no disclosure to patient, family or caregivers without attending provider's authorization\" />" ;
62+ + "displayName=\" no disclosure to patient, family or "
63+ + "caregivers without attending provider's authorization\" />" ;
6564
6665 @ Mock
6766 private RandomIdGeneratorService randomIdGeneratorService ;
You can’t perform that action at this time.
0 commit comments