Browse Source

lint++

pull/8145/head
William Banfield 3 years ago
parent
commit
5a4f62649b
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/state/execution_test.go

+ 1
- 1
internal/state/execution_test.go View File

@ -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)


Loading…
Cancel
Save