Skip to content

Commit

Permalink
Rename initialMasterNodes in test method name
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <[email protected]>
  • Loading branch information
Tianli Feng committed Mar 16, 2022
1 parent 82ec6a0 commit 975501f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public void testDoesNotBootstrapsOnNonMasterNode() {
deterministicTaskQueue.runAllTasks();
}

public void testDoesNotBootstrapsIfLocalNodeNotInInitialMasterNodes() {
public void testDoesNotBootstrapsIfLocalNodeNotInInitialClusterManagerNodes() {
ClusterBootstrapService clusterBootstrapService = new ClusterBootstrapService(
Settings.builder().putList(INITIAL_CLUSTER_MANAGER_NODES_SETTING.getKey(), otherNode1.getName(), otherNode2.getName()).build(),
transportService,
Expand Down

0 comments on commit 975501f

Please sign in to comment.