Skip to content

Commit

Permalink
wait height 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Oct 2, 2018
1 parent 6aa6dfb commit 74ef6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lcd/lcd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func TestBonding(t *testing.T) {

// create unbond TX
resultTx = doBeginUnbonding(t, port, seed, name, password, addr, validator1Operator, 60)
tests.WaitForHeight(resultTx.Height+2, port)
tests.WaitForHeight(resultTx.Height+1, port)

require.Equal(t, uint32(0), resultTx.CheckTx.Code)
require.Equal(t, uint32(0), resultTx.DeliverTx.Code)
Expand Down

0 comments on commit 74ef6c5

Please sign in to comment.