Fix compilation issue

Original commit: elastic/x-pack-elasticsearch@803275d634
This commit is contained in:
Alexander Reelsen 2016-04-26 14:03:19 +02:00
parent f3898f9f79
commit 3bbe5916d1
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}