Skip to content

Commit a721d6d

Browse files
author
Hendrik Muhs
committed
[Transform] use correct version in BWC serialization test (#60500)
use correct version in BWC serialization test fixes #60464
1 parent 79ec0f2 commit a721d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/pivot/DateHistogramGroupSourceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static DateHistogramGroupSource randomDateHistogramGroupSource(Version ve
6363
public void testBackwardsSerialization72() throws IOException {
6464
// version 7.7 introduced scripts, so test before that
6565
DateHistogramGroupSource groupSource = randomDateHistogramGroupSource(
66-
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_7_0)
66+
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_6_2)
6767
);
6868

6969
try (BytesStreamOutput output = new BytesStreamOutput()) {

0 commit comments

Comments
 (0)