diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RaftNodeTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RaftNodeTests.Impltests.cs index 9563cfa..03b9612 100644 --- a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RaftNodeTests.Impltests.cs +++ b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RaftNodeTests.Impltests.cs @@ -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]); diff --git a/porting.db b/porting.db index f2cff1c..9e936b5 100644 Binary files a/porting.db and b/porting.db differ