Skip to content

Commit

Permalink
Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Nov 22, 2023
1 parent 67b7153 commit 26cd97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/consensus/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2482,7 +2482,6 @@ func TestWaitingTimeoutProposeOnNewRound(t *testing.T) {

round++ // moving to the next round
ensureNewRound(t, newRoundCh, height, round)
time.Sleep(1000 * time.Millisecond)
rs := cs1.GetRoundState()
assert.Equal(t, rs.Step, cstypes.RoundStepPropose) // P0 does not prevote before timeoutPropose expires

Expand Down

0 comments on commit 26cd97a

Please sign in to comment.