From 9cf5066c6836ea380171874ab4ffcd7d3f655649 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 23 Feb 2022 11:18:12 -0500 Subject: [PATCH] remove redundant err check --- internal/state/execution_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index 377c63322..95234a00e 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -292,7 +292,6 @@ func TestProcessProposal(t *testing.T) { } lastCommit := types.NewCommit(height-1, 0, types.BlockID{}, lastCommitSig) - require.NoError(t, err) block1, err := sf.MakeBlock(state, height, lastCommit) require.NoError(t, err) block1.Txs = txs