From 5a4f62649bdf34716312c2f4de6eff1c56f6af9e Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 17 Mar 2022 16:45:38 -0400 Subject: [PATCH] lint++ --- internal/state/execution_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)