Skip to content

Commit

Permalink
Fix client-rest-high-level tests for ppc64le
Browse files Browse the repository at this point in the history
Signed-off-by: prachi-gaonkar <prachi.gaonkar@ibm.com>
  • Loading branch information
prachi-gaonkar committed Oct 2, 2024
2 parents 4b84c77 + 8439a7d commit 85383e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void testMetrics() throws IOException {

RankEvalRequest rankEvalRequest = new RankEvalRequest(spec, new String[] { "index", "index2" });
RankEvalResponse response = execute(rankEvalRequest, highLevelClient()::rankEval, highLevelClient()::rankEvalAsync);
assertEquals(expectedScores[i], response.getMetricScore(), DOUBLE_DELTA);
assertEquals(expectedScores[i], response.getMetricScore(), DOUBLE_DELTA);
i++;
}
}
Expand Down

0 comments on commit 85383e6

Please sign in to comment.