msokolov commented on code in PR #12029: URL: https://github.com/apache/lucene/pull/12029#discussion_r1059769467
########## lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java: ########## @@ -33,6 +33,7 @@ import org.apache.lucene.store.Directory; import org.apache.lucene.util.TestVectorUtil; import org.apache.lucene.util.VectorUtil; +import org.junit.Assert; Review Comment: OK, tiny nit here - but LuceneTestCase inherits from Assert so we don't need to import and can just use the assertions directly without qualification. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org