diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 26acbcdc8..3b573183a 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -1972,7 +1972,6 @@ func TestProcessProposalAccept(t *testing.T) { ensureNewProposal(t, proposalCh, height, round) rs := cs1.GetRoundState() - require.NoError(t, err) var prevoteHash tmbytes.HexBytes if !testCase.expectedNilPrevote { prevoteHash = rs.ProposalBlock.Hash()