Skip to content

Commit

Permalink
Remove extra closing bracket after main merge
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Jan 19, 2023
1 parent affed1c commit b6a9b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void createIndex(int replicaCount) {
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669")
public void testPrimaryRelocation() throws Exception {
final String oldPrimary = internalCluster().startNode());
final String oldPrimary = internalCluster().startNode();
createIndex(1);
final String replica = internalCluster().startNode();
ensureGreen(INDEX_NAME);
Expand Down

0 comments on commit b6a9b1a

Please sign in to comment.