Skip to content

Commit c0b00f1

Browse files
author
Vladimir Kotal
committed
bump the count
1 parent 21f7d47 commit c0b00f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/test/java/org/opengrok/web/DirectoryListingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,6 @@ public void directoryListingWithEftarException() throws IOException, HistoryExce
382382
StringWriter mockWriter = spy(StringWriter.class);
383383
instance.extraListTo("ctx", directory, mockWriter, directory.getPath(),
384384
Collections.singletonList(new DirectoryEntry(file)));
385-
verify(mockWriter, atLeast(1)). write(anyString());
385+
verify(mockWriter, atLeast(20)). write(anyString());
386386
}
387387
}

0 commit comments

Comments
 (0)