Skip to content

Commit 22b43a8

Browse files
committed
Update QueryTest.java
1 parent 150f2bd commit 22b43a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/nlpcn/es4sql/QueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public void testMultipartWhere() throws IOException, SqlParseException, SQLFeatu
413413
@Test
414414
public void testMultipartWhere2() throws IOException, SqlParseException, SQLFeatureNotSupportedException{
415415
SearchHits response = query(String.format("SELECT * FROM %s/account where ((account_number > 200 and account_number < 300) or gender like 'm') and (state like 'hi' or address like 'avenue')", TEST_INDEX));
416-
Assert.assertEquals(11, response.getTotalHits());
416+
Assert.assertEquals(127, response.getTotalHits());
417417
}
418418

419419
@Test

0 commit comments

Comments
 (0)