Skip to content

Commit

Permalink
Updated gas usage test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Aug 24, 2021
1 parent 485913a commit 2dc0315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/liquidation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describeFn("System -- liquidation", () => {
await expect(parseInt(tx.gasLimit)).to.be.lessThan(518000)

const txReceipt = await ethers.provider.getTransactionReceipt(tx.hash)
await expect(parseInt(txReceipt.gasUsed)).to.be.lessThan(400000)
await expect(parseInt(txReceipt.gasUsed)).to.be.lessThan(390000)
})
})
})

0 comments on commit 2dc0315

Please sign in to comment.