remove validate precommit

This commit is contained in:
William Banfield
2022-03-01 18:57:32 -05:00
parent 4e859073c6
commit 5721a13ab1
-1
View File
@@ -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)