Skip to content

Commit

Permalink
ibc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 12, 2024
1 parent 2e52ce7 commit 85225c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_tests/test_ibc_rly.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def ibc(request, tmp_path_factory):


def amount_dict(amt, denom):
if amt == 0:
return []
return [
AttributeDict(
{
Expand Down Expand Up @@ -300,8 +302,8 @@ def test_ibc_incentivized_transfer(ibc):
*send_coins(feeibc_addr, src_relayer, src_amount, fee_denom),
distribute_fee(src_relayer, fee),
*send_coins(feeibc_addr, src_relayer, src_amount, fee_denom),
distribute_fee(cronos_signer2, fee),
*send_coins(feeibc_addr, cronos_signer2, src_amount, fee_denom),
distribute_fee(cronos_signer2, ""),
*send_coins(feeibc_addr, cronos_signer2, 0, fee_denom),
fungible(checksum_dst_adr, cronos_signer2, amount, dst_denom),
recv_packet(seq1, dst_adr, cronos_signer2, amount, transfer_denom),
*send_coins(escrow, cronos_signer2, amount, dst_denom),
Expand Down

0 comments on commit 85225c7

Please sign in to comment.