We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b7890 commit 53c510aCopy full SHA for 53c510a
opengrok-indexer/src/test/java/org/opengrok/indexer/history/HistoryGuruTest.java
@@ -497,7 +497,6 @@ void testGetLastHistoryEntryRepoHistoryDisabled() throws Exception {
497
Files.move(histPath, tmpHistPath);
498
assertFalse(histPath.toFile().exists());
499
500
- assertNotNull(repository);
501
repository.setHistoryEnabled(false);
502
assertNull(instance.getLastHistoryEntry(file, false, true));
503
0 commit comments