Tests: Adapting to Version changes in core

Original commit: elastic/x-pack-elasticsearch@89e9cf427d
This commit is contained in:
Alexander Reelsen 2016-04-13 11:43:54 +02:00
parent b52e9d6e03
commit 847287278b
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", assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
Version.CURRENT.onOrBefore(Version.V_5_0_0_alpha1), is(true)); Version.CURRENT.onOrBefore(Version.V_5_0_0), is(true));
} }
} }