Skip to content

Commit 1ff37f9

Browse files
committed
Fix compilation issue
Signed-off-by: Craig Perkins <[email protected]>
1 parent 801d5bc commit 1ff37f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/coordinator/ManagedIndexCoordinatorTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class ManagedIndexCoordinatorTests : OpenSearchAllocationTestCase() {
7272
indexMetadataProvider = IndexMetadataProvider(settings, client, clusterService, mutableMapOf())
7373
coordinator =
7474
ManagedIndexCoordinator(
75-
settings, client, clusterService, threadPool, indexManagementIndices, indexMetadataProvider,
76-
NamedXContentRegistry(SearchModule(Settings.EMPTY, emptyList()).namedXContents), pluginClient,
75+
settings, pluginClient, clusterService, threadPool, indexManagementIndices, indexMetadataProvider,
76+
NamedXContentRegistry(SearchModule(Settings.EMPTY, emptyList()).namedXContents),
7777
)
7878
}
7979

0 commit comments

Comments
 (0)