markrmiller commented on a change in pull request #225:
URL: https://github.com/apache/solr/pull/225#discussion_r717771269



##########
File path: solr/core/src/test/org/apache/solr/search/TestSolrCoreParser.java
##########
@@ -146,10 +138,10 @@ public void testHandySpanQuery() throws IOException, 
ParserException {
       final Query clauseQuery = bq.clauses().get(ii).getQuery();
       switch (ii) {
         case 0:
-          assertTrue(unwrapSpanBoostQuery(clauseQuery) instanceof SpanOrQuery);
+          assertTrue(clauseQuery instanceof SpanOrQuery);

Review comment:
       Not a super fan because it's fairly unrelated and the rest of the class 
uses this pattern, but I'll make the change in this method.




-- 
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...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to