Skip to content

Commit

Permalink
[Java] rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jan 19, 2025
1 parent e9457ec commit 9cf935b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ private static int computeExpectedMessageCount(final int serviceCount, final int
return ingressMessageCount * totalMessagesPerIngress;
}

private static void stopLeaderWithMessagesInFlight(final TestCluster cluster, final TestNode oldLeader)
private static void stopLeaderWithMessagesInFlight(final TestCluster cluster, final TestNode leader)
{
cluster.awaitResponseMessageCount(1);
cluster.stopNode(oldLeader);
cluster.stopNode(leader);
}
}

0 comments on commit 9cf935b

Please sign in to comment.