Skip to content

Commit 03d13d3

Browse files
committed
rename the method to match the test
1 parent 266b164 commit 03d13d3

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/test/java/org/opengrok/indexer/web

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/web/UtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ void getQueryParamsEmptyAndNormalValuesCombinedTest() throws MalformedURLExcepti
624624
* @throws Exception on error
625625
*/
626626
@Test
627-
void testWriteHADNegative() throws Exception {
627+
void testWriteHADNonexistentFile() throws Exception {
628628
StringWriter writer = new StringWriter();
629629
String filePath = "/nonexistent/file.c";
630630
Util.writeHAD(writer, "/source", filePath);

0 commit comments

Comments
 (0)