mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 23:12:11 +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