Skip to content

Commit

Permalink
Remove needless check
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Oct 3, 2024
1 parent 683193f commit 77949e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/ibc_transfer_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ func (s *IBCTransferTestSuite) Test2IBCTransferBack() {
s.Require().Len(balanceB, 2)
// Look for the ugly IBC one
denom := getFirstIBCDenom(balanceB)
// Confirm val on B has enough funds
amount := balanceB.AmountOf(denom).Int64() - int64(delta) // have to pay gas fees
s.Assert().GreaterOrEqual(balanceB.AmountOf(denom).Int64(), amount)

transferCoin := sdk.NewInt64Coin(denom, amount)

Expand Down

0 comments on commit 77949e6

Please sign in to comment.