Skip to content

Commit 8f01955

Browse files
committed
Fix test failure
1 parent 3e59306 commit 8f01955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/querydsl/query/MatchPhraseQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public boolean equals(Object obj) {
9595

9696
@Override
9797
protected String innerToString() {
98-
return name + ":\"" + text + "\"";
98+
return name + ":" + text;
9999
}
100100

101101
public Map<String, Object> options() {

0 commit comments

Comments
 (0)