mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
Remove redundant checks
This commit is contained in:
@@ -117,6 +117,5 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase {
|
||||
|
||||
File path = repositoryHandler.getDirectory(repository);
|
||||
assertEquals("/path/id", path.getAbsolutePath());
|
||||
assertTrue(path.getAbsolutePath().endsWith("id"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user