diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index 854adc47e..10afbad17 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -702,7 +702,7 @@ func TestPrepareProposalPanicOnInvalid(t *testing.T) { commit := makeValidCommit(ctx, t, height, types.BlockID{}, state.Validators, privVals) require.Panics(t, func() { - blockExec.CreateProposalBlock(ctx, height, state, commit, pa, nil) + blockExec.CreateProposalBlock(ctx, height, state, commit, pa, nil) //nolint:errcheck }) mp.AssertExpectations(t)