Browse Source
Update internal/consensus/invalid_test.go
Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
pull/8172/head
Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
internal/consensus/invalid_test.go
|
|
@ -26,7 +26,7 @@ func TestReactorInvalidPrecommit(t *testing.T) { |
|
|
|
|
|
|
|
config := configSetup(t) |
|
|
|
|
|
|
|
n := 2 |
|
|
|
const n = 2 |
|
|
|
states, cleanup := makeConsensusState(ctx, t, |
|
|
|
config, n, "consensus_reactor_test", |
|
|
|
newMockTickerFunc(true)) |
|
|
|