Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Ramadurai committed Nov 7, 2023
1 parent 56be59e commit 9f3ccde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public void testScrollRewrittenToMatchNoDocs() throws InterruptedException {
client().prepareIndex("test").setId("2").setSource("created_date", "2020-01-02").get();
client().prepareIndex("test").setId("3").setSource("created_date", "2020-01-03").get();
client().admin().indices().prepareRefresh("test").get();
indexRandomForConcurrentSearch( "test");
indexRandomForConcurrentSearch("test");
SearchResponse resp = null;
try {
int totalHits = 0;
Expand Down

0 comments on commit 9f3ccde

Please sign in to comment.