Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Dec 12, 2024
1 parent 372ce16 commit 15a3155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void testKeywordSortedQueryOnFrozen() throws Exception {
assertThat(searchResponse.getFailedShards(), equalTo(0));
assertThat(searchResponse.getSkippedShards(), equalTo(0));
assertThat(searchResponse.getTotalShards(), equalTo(20));
assertThat(searchResponse.getHits().getTotalHits().value(), equalTo(4L));
assertThat(searchResponse.getHits().getTotalHits().value, equalTo(4L));
});
}
}

0 comments on commit 15a3155

Please sign in to comment.