Commit f9df6950 authored by Wyatt Barnes's avatar Wyatt Barnes

Fix failing getL1Fee test

parent 91a30900
...@@ -194,7 +194,7 @@ describe('OptimismFeeEstimationPlugin', () => { ...@@ -194,7 +194,7 @@ describe('OptimismFeeEstimationPlugin', () => {
data: encodedBurnMethod, data: encodedBurnMethod,
type: '0x2', type: '0x2',
}) })
).toBe('bigint') ).toBeTypeOf('bigint')
}) })
test('getL1GasUsed should return 1884n', async () => test('getL1GasUsed should return 1884n', async () =>
......
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