Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Jan 21, 2025
1 parent 3388ea7 commit e19a991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-tests/TokenPair.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ describe('test token pair', () => {
// sleep 1 second to make sure the time elapsed large than 0
await sleep(1000)
const swapResult = await fixture.swap(0n, swapAmount, expectedOutputAmount, 0n, sender.address, sender)
expect(swapResult.gasAmount).toEqual(44587)
expect(swapResult.gasAmount).toEqual(44578)
})

test('burn', async () => {
Expand Down

0 comments on commit e19a991

Please sign in to comment.