Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
piergm committed Oct 24, 2024
1 parent 4ceff05 commit 3d02124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private void assertDocs(
logger.info(searchResponse);
assertEquals(0, searchResponse.getHits().getTotalHits().value());
assertEquals(numberOfShards, searchResponse.getSuccessfulShards());
assertEquals(numberOfShards, searchResponse.getSkippedShards());
assertEquals(0, searchResponse.getSkippedShards());
} finally {
searchResponse.decRef();
}
Expand Down

0 comments on commit 3d02124

Please sign in to comment.