kkewwei commented on code in PR #16515:
URL: https://github.com/apache/lucene/pull/16515#discussion_r3925292379


##########
lucene/core/src/test/org/apache/lucene/search/TestMaxScoreBulkScorer.java:
##########
@@ -1216,7 +1217,10 @@ public void testDenseScorersUseBitSet() throws 
IOException {
               public void setScorer(Scorable scorer) {}
 
               @Override
-              public void collect(int doc) {}
+              public void collect(int doc) {
+                assertEquals(1, doc % 20);

Review Comment:
   Thank you for your review, your suggestion was very helpful. I've updated 
accordingly.



-- 
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]

Reply via email to