Skip to content

Commit

Permalink
add missing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Oct 17, 2018
1 parent 0cbed10 commit 04dba5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consensus/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,8 @@ func TestProposeValidBlock(t *testing.T) {
round = round + 2 // moving to the next round

ensureNewRound(newRoundCh, height, round)
t.Log("### ONTO ROUND 3")

ensureNewTimeout(timeoutWaitCh, height, round, cs1.config.TimeoutPrecommit.Nanoseconds())

round = round + 1 // moving to the next round
Expand Down

0 comments on commit 04dba5e

Please sign in to comment.