File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1818import org .junit .jupiter .params .provider .MethodSource ;
1919import org .mockito .Mock ;
2020import org .mockito .junit .jupiter .MockitoExtension ;
21- import org .mockito .junit .jupiter .MockitoSettings ;
22- import org .mockito .quality .Strictness ;
21+
2322
2423import uk .nhs .adaptors .gp2gp .common .service .FhirParseService ;
2524import uk .nhs .adaptors .gp2gp .common .service .RandomIdGeneratorService ;
2625import uk .nhs .adaptors .gp2gp .utils .ResourceTestFileUtils ;
2726import uk .nhs .adaptors .gp2gp .utils .TestArgumentsLoaderUtil ;
2827
2928@ ExtendWith (MockitoExtension .class )
30- @ MockitoSettings (strictness = Strictness .LENIENT )
3129class AgentPersonMapperTest {
3230
3331 private static final String TEST_ID = "6D340A1B-BC15-4D4E-93CF-BBCB5B74DF73" ;
@@ -47,7 +45,6 @@ class AgentPersonMapperTest {
4745
4846 @ BeforeEach
4947 public void setUp () {
50- when (randomIdGeneratorService .createNewId ()).thenReturn (TEST_ID );
5148 messageContext = new MessageContext (randomIdGeneratorService );
5249 agentPersonMapper = new AgentPersonMapper (messageContext );
5350 fhirParseService = new FhirParseService ();
You can’t perform that action at this time.
0 commit comments