mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	Make type optional
This commit is contained in:
		| @@ -107,7 +107,7 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase { | ||||
|  | ||||
|   @Test | ||||
|   public void getDirectory() { | ||||
|     when(factory.forType(any())).thenCallRealMethod(); | ||||
|     when(factory.withName(any())).thenCallRealMethod(); | ||||
|     SvnRepositoryHandler repositoryHandler = new SvnRepositoryHandler(factory, | ||||
|       facade, locationResolver); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user