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 ddcb4f6 commit dfe97d6Copy full SHA for dfe97d6
opengrok-indexer/src/test/java/org/opengrok/indexer/history/HistoryGuruTest.java
@@ -150,8 +150,7 @@ void annotation() throws Exception {
150
@Test
151
void getCacheInfo() throws HistoryException {
152
// FileHistoryCache is used by default
153
- assertEquals("FileHistoryCache",
154
- HistoryGuru.getInstance().getCacheInfo());
+ assertEquals("FileHistoryCache", HistoryGuru.getInstance().getCacheInfo());
155
}
156
157
0 commit comments