Skip to content

Commit 9c3d55f

Browse files
committed
Typo in assume message
1 parent 2301324 commit 9c3d55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/env/NodeEnvironmentTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public void testGetBestDowngradeVersion() {
642642
int last = Version.CURRENT.minimumCompatibilityVersion().minor;
643643
int old = prev - 1;
644644

645-
assumeTrue("The current compatibility rules are active only from 9.x onward", prev >= 7);
645+
assumeTrue("The current compatibility rules are active only from 8.x onward", prev >= 7);
646646
assertEquals(Version.CURRENT.major - 1, prev);
647647

648648
assertEquals(

0 commit comments

Comments
 (0)