msfroh commented on code in PR #12626:
URL: https://github.com/apache/lucene/pull/12626#discussion_r1360880697
##########
lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:
##########
@@ -1996,6 +1996,41 @@ public void testGetCommitData() throws Exception {
dir.close();
}
+ @Test
Review Comment:
Looking through the other tests, I think this is an opportunity to clean up
that `@Test` annotation from `testGetCommitData()` to make the whole test class
consistent (since that's the only other occurrence of `@Test` here).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]