Skip to content

Commit 0e79720

Browse files
authored
1 parent 88676b0 commit 0e79720

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void testScoringOutsideQuery() {
223223
public void testScoring_Zero_OutsideQuery() {
224224
var query = """
225225
FROM test METADATA _score
226-
| SORT _score DESC
226+
| SORT content DESC
227227
| KEEP content, _score
228228
""";
229229

0 commit comments

Comments
 (0)