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