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