Skip to content

Commit

Permalink
Update CloseActionIT.kt
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <[email protected]>
  • Loading branch information
Annie Lee committed Dec 14, 2021
1 parent 37ca371 commit 83d886b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CloseActionIT : IndexStateManagementRestTestCase() {
waitFor { assertEquals("close", getIndexState(indexName)) }
}

//TODO: Remove "private" once transition action is implemented
// TODO: Remove "private" once transition action is implemented
private fun `test transitioning a closed index`() {
val indexName = "${testIndexName}_index_3"
val policyID = "${testIndexName}_testPolicyName_3"
Expand Down

0 comments on commit 83d886b

Please sign in to comment.