Skip to content

Commit 4608a07

Browse files
committed
oops
1 parent 23d73f5 commit 4608a07

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/Clusters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static org.elasticsearch.Version remoteClusterVersion() {
7070
public static org.elasticsearch.Version bwcVersion() {
7171
org.elasticsearch.Version local = localClusterVersion();
7272
org.elasticsearch.Version remote = remoteClusterVersion();
73-
return local.onOrAfter(remote) ? local : remote;
73+
return local.before(remote) ? local : remote;
7474
}
7575

7676
private static Version distributionVersion(String key) {

0 commit comments

Comments
 (0)