Skip to content

Commit

Permalink
fix ibc_extended
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 1, 2024
1 parent a46d31e commit 59daec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/test_ibc_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ def check_balance_change():
new_src_balance = cluster["ibc-0"].balance(addr_0_signer, denom)
return new_src_balance != old_src_balance

wait_for_fn("balance change", check_balance_change)
assert new_src_balance == amt2 + old_src_balance, new_src_balance

0 comments on commit 59daec0

Please sign in to comment.