Remove redundant checks

This commit is contained in:
René Pfeuffer
2018-07-09 10:47:28 +02:00
parent 6f34f094f1
commit 43ca72255e
3 changed files with 0 additions and 3 deletions

View File

@@ -117,6 +117,5 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase {
File path = repositoryHandler.getDirectory(repository);
assertEquals("/path/id", path.getAbsolutePath());
assertTrue(path.getAbsolutePath().endsWith("id"));
}
}