Skip to content

Commit

Permalink
remove eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Sep 12, 2023
1 parent 5c3ae2d commit 87232e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_leverage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (s *E2ETest) TestLeverageBasics() {
appparams.BondDenom,
sdk.NewIntFromUint64(30_000_000),
)
s.mustEventuallySucceedTx(leveragetypes.NewMsgBorrow(valAddr, asset))
s.mustSucceedTx(leveragetypes.NewMsgBorrow(valAddr, asset))
},
)
}

0 comments on commit 87232e4

Please sign in to comment.