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