mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 17:09:18 +00:00
Use uppercase 'L' for long literal
This commit is contained in:
parent
0660386976
commit
ad5ce598db
@ -395,6 +395,6 @@ public class SimpleQueryStringIT extends ESIntegTestCase {
|
||||
SearchResponse searchResponse = client().prepareSearch()
|
||||
.setQuery(simpleQueryStringQuery("the*").analyzeWildcard(true).field("body")).get();
|
||||
assertNoFailures(searchResponse);
|
||||
assertHitCount(searchResponse, 0l);
|
||||
assertHitCount(searchResponse, 0L);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user