|
@ -26,7 +26,7 @@ func TestReactorInvalidPrecommit(t *testing.T) { |
|
|
|
|
|
|
|
|
config := configSetup(t) |
|
|
config := configSetup(t) |
|
|
|
|
|
|
|
|
n := 2 |
|
|
|
|
|
|
|
|
const n = 2 |
|
|
states, cleanup := makeConsensusState(ctx, t, |
|
|
states, cleanup := makeConsensusState(ctx, t, |
|
|
config, n, "consensus_reactor_test", |
|
|
config, n, "consensus_reactor_test", |
|
|
newMockTickerFunc(true)) |
|
|
newMockTickerFunc(true)) |
|
|