Skip to content

Commit

Permalink
compile time fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Aug 21, 2024
1 parent 6401115 commit 6587803
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MetadataServiceTests : OpenSearchTestCase() {
),
),
)
val skipFlag = SkipExecution(client)
val skipFlag = SkipExecution()
val metadataService = MetadataService(client, clusterService, skipFlag, imIndices)
metadataService.moveMetadata()

Expand All @@ -74,7 +74,7 @@ class MetadataServiceTests : OpenSearchTestCase() {
),
)

val skipFlag = SkipExecution(client)
val skipFlag = SkipExecution()
val metadataService = MetadataService(client, clusterService, skipFlag, imIndices)
metadataService.moveMetadata()
assertEquals(metadataService.runTimeCounter, 2)
Expand Down

0 comments on commit 6587803

Please sign in to comment.