Skip to content

Commit

Permalink
fix: addresses in integration tests2
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Oct 1, 2024
1 parent deaaa0f commit 27399b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test('queries add liquidity transaction', async () => {

expect(result.current.sentTokens).toEqual([
{
tokenAddress: '0x198d7387fa97a73f05b8578cdeff8f2a1f34cd1f',
tokenAddress: '0x198d7387Fa97A73F05b8578CdEFf8F2A1f34Cd1F',
humanAmount: '12',
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@ test('queries remove liquidity transaction', async () => {
expect(result.current.receivedTokens).toEqual([
{
humanAmount: '16597.845312687911573359',
tokenAddress: '0x198d7387fa97a73f05b8578cdeff8f2a1f34cd1f',
tokenAddress: '0x198d7387Fa97A73F05b8578CdEFf8F2A1f34Cd1F',
},
{
humanAmount: '4.553531492712836774',
Expand Down

0 comments on commit 27399b9

Please sign in to comment.