Skip to content

Commit 53c510a

Browse files
committed
remove extra assert
1 parent 62b7890 commit 53c510a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/HistoryGuruTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ void testGetLastHistoryEntryRepoHistoryDisabled() throws Exception {
497497
Files.move(histPath, tmpHistPath);
498498
assertFalse(histPath.toFile().exists());
499499

500-
assertNotNull(repository);
501500
repository.setHistoryEnabled(false);
502501
assertNull(instance.getLastHistoryEntry(file, false, true));
503502

0 commit comments

Comments
 (0)