Skip to content

Commit

Permalink
fixing merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Oct 30, 2023
1 parent 4ad2eb5 commit 8fc1e85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.elasticsearch.common.xcontent.XContentHelper;
import org.elasticsearch.core.TimeValue;
import org.elasticsearch.index.IndexNotFoundException;
import org.elasticsearch.index.IndexVersion;
import org.elasticsearch.index.IndexVersions;
import org.elasticsearch.index.IndexingPressure;
import org.elasticsearch.indices.EmptySystemIndices;
import org.elasticsearch.tasks.Task;
Expand Down Expand Up @@ -100,7 +100,7 @@ public void setUp() throws Exception {
DiscoveryNode discoveryNode = DiscoveryNodeUtils.builder("node")
.version(
VersionUtils.randomCompatibleVersion(random(), Version.CURRENT),
IndexVersion.MINIMUM_COMPATIBLE,
IndexVersions.MINIMUM_COMPATIBLE,
IndexVersionUtils.randomCompatibleVersion(random())
)
.build();
Expand Down

0 comments on commit 8fc1e85

Please sign in to comment.