Browse Source

Restore original count.

pull/8127/head
M. J. Fromberger 3 years ago
parent
commit
deb10458d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/reactor_test.go

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

@ -729,7 +729,7 @@ func TestReactorVotingPowerChange(t *testing.T) {
cfg := configSetup(t)
n := 2
const n = 4
states, cleanup := makeConsensusState(ctx,
t,
cfg,


Loading…
Cancel
Save