fix: ut failed
This commit is contained in:
parent
0eeccb2760
commit
c5de54bf53
|
@ -36,7 +36,7 @@ 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(anyString(), anyString(), anyString()))
|
Mockito.when(driverResources.load(any(), anyString(), anyString()))
|
||||||
.thenReturn(new DriverResult("", null));
|
.thenReturn(new DriverResult("", null));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue