From a5e27fed6f28fe7336aa1c58281884f549fc4c29 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:47:23 -0500 Subject: [PATCH] Update internal/consensus/state_test.go Co-authored-by: Thane Thomson --- internal/consensus/state_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 0310240a2..6aafcacd0 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -2014,7 +2014,6 @@ func TestFinalizeBlockCalled(t *testing.T) { nextRound := round + 1 nextHeight := height if !testCase.voteNil { - polRound = 0 nextRound = 0 nextHeight = height + 1 blockID = types.BlockID{