Fix compilation issue
Original commit: elastic/x-pack-elasticsearch@803275d634
This commit is contained in:
parent
f3898f9f79
commit
3bbe5916d1
|
@ -37,6 +37,6 @@ public class VersionCompatibilityTests extends ESTestCase {
|
|||
*
|
||||
*/
|
||||
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
|
||||
Version.CURRENT.onOrBefore(Version.V_5_0_0), is(true));
|
||||
Version.CURRENT.onOrBefore(Version.V_5_0_0_alpha2), is(true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue