mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-22 06:26:56 +01:00
Fix unit test
This commit is contained in:
@@ -180,7 +180,7 @@ class HealthCheckerTest {
|
||||
|
||||
@BeforeEach
|
||||
void setUpRepository() {
|
||||
when(repositoryServiceFactory.create(repository)).thenReturn(repositoryService);
|
||||
lenient().when(repositoryServiceFactory.create(repository)).thenReturn(repositoryService);
|
||||
lenient().when(repositoryService.getFullCheckCommand()).thenReturn(fullHealthCheckCommand);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user