Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Jun 15, 2021
1 parent c83a42e commit 842e4bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/gov/client/testutil/deposits.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ func (s *DepositTestSuite) TestQueryDepositsInitialDeposit() {
s.Require().NoError(err)
acc := sdk.AccAddress(info.GetPubKey().Address())

_, err = s.network.WaitForHeight(1)
s.Require().NoError(err)

sendAmount := sdk.NewCoin(s.cfg.BondDenom, sdk.NewInt(200))
_, err = testutil.MsgSendExec(val.ClientCtx, val.Address, acc, sendAmount, commonArgs...)
s.Require().NoError(err)
Expand Down

0 comments on commit 842e4bd

Please sign in to comment.