Skip to content

Commit

Permalink
reuse contractAddress instead of hardcoded address
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Sep 20, 2023
1 parent 639d39f commit 2a2e65c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/testcases/run_in_band/interchaintx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,32 +794,28 @@ describe('Neutron / Interchain TXs', () => {
expect(failures.failures).toEqual([
{
channel_id: 'channel-3',
address:
'neutron1m0z0kk0qqug74n9u9ul23e28x5fszr628h20xwt6jywjpp64xn4qatgvm0',
address: contractAddress,
id: '0',
ack_id: '2',
ack_type: 'ack',
},
{
channel_id: 'channel-3',
address:
'neutron1m0z0kk0qqug74n9u9ul23e28x5fszr628h20xwt6jywjpp64xn4qatgvm0',
address: contractAddress,
id: '1',
ack_id: '3',
ack_type: 'ack',
},
{
channel_id: 'channel-3',
address:
'neutron1m0z0kk0qqug74n9u9ul23e28x5fszr628h20xwt6jywjpp64xn4qatgvm0',
address: contractAddress,
id: '2',
ack_id: '4',
ack_type: 'ack',
},
{
channel_id: 'channel-3',
address:
'neutron1m0z0kk0qqug74n9u9ul23e28x5fszr628h20xwt6jywjpp64xn4qatgvm0',
address: contractAddress,
id: '3',
ack_id: '5',
ack_type: 'timeout',
Expand Down

0 comments on commit 2a2e65c

Please sign in to comment.