fix: compile error
This commit is contained in:
parent
3a26cb6344
commit
26f02779e7
|
@ -36,8 +36,6 @@ class DatabaseTypeServiceTest extends BaseTest {
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
Mockito.doNothing().when(driverResources).validateDriverJar(any(), anyString());
|
Mockito.doNothing().when(driverResources).validateDriverJar(any(), anyString());
|
||||||
Mockito.when(driverResources.load(any(), anyString(), anyString()))
|
|
||||||
.thenReturn(new DriverResult("", null));
|
|
||||||
Mockito.when(driverResources.tempLoadFromRemote(any()))
|
Mockito.when(driverResources.tempLoadFromRemote(any()))
|
||||||
.thenReturn(new DriverResult("", null));
|
.thenReturn(new DriverResult("", null));
|
||||||
Mockito.when(driverResources.loadFromLocal(any()))
|
Mockito.when(driverResources.loadFromLocal(any()))
|
||||||
|
|
Loading…
Reference in New Issue