Skip to content

Commit

Permalink
Fixed Unit Test With Incorrect Syntax and Checkstyle issues
Browse files Browse the repository at this point in the history
Signed-off-by: GabeFernandez310 <[email protected]>
  • Loading branch information
GabeFernandez310 committed Oct 27, 2022
1 parent 2f7c2a1 commit d49c0d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ public void can_parse_query_relevance_function() {
assertNotNull(parser.parse(
"SELECT id FROM test WHERE query(\"address:query notes:query\")"));
assertNotNull(parser.parse(
"SELECT id FROM test WHERE query(\"Body:\"taste beer\" Tags:\"taste beer\" Title:\"taste beer\"\")"));
"SELECT id FROM test WHERE "
+ "query(\"Body:\'taste beer\' Tags:\'taste beer\' Title:\'taste beer\'\")"));
}


Expand Down

0 comments on commit d49c0d1

Please sign in to comment.