From 5721a13ab1f4479f9807f449f0bf5c536b9a05f2 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 1 Mar 2022 18:57:32 -0500 Subject: [PATCH] remove validate precommit --- internal/consensus/state_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index e1bed7b71..9b8bc253c 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -2029,7 +2029,6 @@ func TestFinalizeBlockCalled(t *testing.T) { signAddVotes(ctx, t, cs1, tmproto.PrecommitType, config.ChainID(), blockID, vss[1:]...) ensurePrecommit(t, voteCh, height, round) - validatePrecommit(ctx, t, cs1, round, polRound, vss[0], blockID.Hash, blockID.Hash) ensureNewRound(t, newRoundCh, nextHeight, nextRound) m.AssertExpectations(t)