Browse Source

Update internal/consensus/invalid_test.go

Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
pull/8172/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
7c76ed7249
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/invalid_test.go

+ 1
- 1
internal/consensus/invalid_test.go View File

@ -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))


Loading…
Cancel
Save