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