From 1c1478713378177f814ccfe21809a5ab78850324 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 23 Feb 2022 11:17:35 -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 1c788115b..377c63322 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -288,7 +288,6 @@ func TestProcessProposal(t *testing.T) { Power: 1000, }, }) - require.NoError(t, err) lastCommitSig = append(lastCommitSig, vote.CommitSig()) }