mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
Multiply floating store factories for type safety
This commit is contained in:
@@ -86,7 +86,7 @@ public class GitRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase {
|
||||
|
||||
@Before
|
||||
public void initFactory() {
|
||||
when(factory.withName(any())).thenCallRealMethod();
|
||||
when(factory.withType(any())).thenCallRealMethod();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user