risdenk commented on code in PR #953:
URL: https://github.com/apache/solr/pull/953#discussion_r998869165
##########
solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/ArrayEvaluatorTest.java:
##########
@@ -54,12 +53,12 @@ public void arrayLongSortAscTest() throws IOException {
result = evaluator.evaluate(new Tuple(values));
- Assert.assertTrue(result instanceof List<?>);
+ assertTrue(result instanceof List<?>);
- Assert.assertEquals(3, ((List<?>) result).size());
Review Comment:
Fixed in 3e46998f859ac463dd68c75f35fe177fba1323a2
--
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]