From 9d6e0235e926241447abfe8dc2a6fd5df61a2a5b Mon Sep 17 00:00:00 2001 From: William Banfield Date: Sun, 15 May 2022 23:26:55 -0400 Subject: [PATCH] comment fixup --- internal/consensus/reactor_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/consensus/reactor_test.go b/internal/consensus/reactor_test.go index 7fa514e3f..a473f0c28 100644 --- a/internal/consensus/reactor_test.go +++ b/internal/consensus/reactor_test.go @@ -601,6 +601,8 @@ func TestReactorCreatesBlockWhenEmptyBlocksFalse(t *testing.T) { wg.Wait() } +// TestSwitchToConsensusVoteExtensions tests that the SwitchToConsensus correctly +// checks for vote extension data when required. func TestSwitchToConsensusVoteExtensions(t *testing.T) { for _, testCase := range []struct { name string