Browse Source

Update internal/consensus/mempool_test.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/7983/head
William Banfield 3 years ago
committed by GitHub
parent
commit
927a423c17
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/mempool_test.go

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

@ -118,7 +118,7 @@ func TestMempoolProgressInHigherRound(t *testing.T) {
round = 0
ensureNewRound(t, newRoundCh, height, round) // first round at next height
checkTxsRange(ctx, t, cs, 0, 1) // we deliver txs, but dont set a proposal so we get the next round
checkTxsRange(ctx, t, cs, 0, 1) // we deliver txs, but don't set a proposal so we get the next round
ensureNewTimeout(t, timeoutCh, height, round, cs.config.TimeoutPropose.Nanoseconds())
round++ // moving to the next round


Loading…
Cancel
Save