mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Make type optional
This commit is contained in:
@@ -72,7 +72,7 @@ public class HgRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase {
|
||||
|
||||
@Before
|
||||
public void initFactory() {
|
||||
when(factory.forType(any())).thenCallRealMethod();
|
||||
when(factory.withName(any())).thenCallRealMethod();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user