[Transform] use correct version in BWC serialization test (#60500)

use correct version in BWC serialization test

fixes #60464
This commit is contained in:
Hendrik Muhs 2020-07-31 11:22:01 +02:00
parent 79ec0f2442
commit a721d6d19b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class DateHistogramGroupSourceTests extends AbstractSerializingTestCase<D
public void testBackwardsSerialization72() throws IOException {
// version 7.7 introduced scripts, so test before that
DateHistogramGroupSource groupSource = randomDateHistogramGroupSource(
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_7_0)
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_6_2)
);
try (BytesStreamOutput output = new BytesStreamOutput()) {