mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 01:16:09 +00:00
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…
x
Reference in New Issue
Block a user