batch31: verify raft test wave t2 statuses

This commit is contained in:
Joseph Doherty
2026-02-28 20:49:05 -05:00
parent 09c407781a
commit 57be6da558
2 changed files with 1 additions and 1 deletions

View File

@@ -326,7 +326,7 @@ public sealed class RaftNodeTests
}
[Fact]
public void NRGUncommittedMembershipChangeOnNewLeaderForwarded_ShouldSucceed()
public void NRGUncommittedMembershipChangeOnNewLeaderForwardedRemovePeerProposal_ShouldSucceed()
{
var raft = new Raft { Id = "N1", StateValue = (int)RaftState.Leader, PIndex = 10, Applied_ = 8 };
raft.HandleForwardedProposal([1, 2, 3]);