Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
fix gas spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-chain committed Apr 9, 2021
1 parent 9c1a95c commit 6f6d715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('OVM_ExecutionManager gas consumption', () => {
)
console.log(`calculated gas cost of ${gasCost}`)

const benchmark: number = 147_500
const benchmark: number = 210_000
expect(gasCost).to.be.lte(benchmark)
expect(gasCost).to.be.gte(
benchmark - 1_000,
Expand Down

0 comments on commit 6f6d715

Please sign in to comment.