Skip to content

Commit ca295fb

Browse files
committed
Renaming function in tests.
1 parent 3444c07 commit ca295fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/RerankOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public void close() {
287287
}
288288

289289
private void assertExpectedScore(DoubleBlock scoreBlockResult) {
290-
assertRandomPositions(scoreBlockResult, (pos) -> {
290+
assertAllPositions(scoreBlockResult, (pos) -> {
291291
if (pos % 10 == 0) {
292292
assertThat(scoreBlockResult.isNull(pos), equalTo(true));
293293
} else {

0 commit comments

Comments
 (0)