Commit 7dc5bff4 authored by Kelvin Fichter's avatar Kelvin Fichter Committed by Mark Tyneway

fix(ct): bug in GasPriceOracle test

Fixes a bug in the GasPriceOracle test suite that seems to only have had
an impact because hardhat got significantly faster between the current
iteration and the older one.
parent d9a51154
...@@ -26,9 +26,9 @@ describe('OVM_GasPriceOracle', () => { ...@@ -26,9 +26,9 @@ describe('OVM_GasPriceOracle', () => {
await signer1.getAddress() await signer1.getAddress()
) )
OVM_GasPriceOracle.setOverhead(2750) await OVM_GasPriceOracle.setOverhead(2750)
OVM_GasPriceOracle.setScalar(1500000) await OVM_GasPriceOracle.setScalar(1500000)
OVM_GasPriceOracle.setDecimals(6) await OVM_GasPriceOracle.setDecimals(6)
}) })
describe('owner', () => { describe('owner', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment