Skip to content

Commit f2522dd

Browse files
committed
Fix test failure from flow-evm-bridge version bump
1 parent b6bd994 commit f2522dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/web3js/eth_non_interactive_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ it('should get fee history', async () => {
389389
oldestBlock: 1n,
390390
reward: [['0x96'], ['0x96'], ['0x96']], // gas price is 150 during testing
391391
baseFeePerGas: [1n, 1n, 1n],
392-
gasUsedRatio: [0.066314225, 0.006205458333333334, 0]
392+
gasUsedRatio: [0.07122295, 0.006205458333333334, 0.0]
393393
}
394394
)
395395
})

0 commit comments

Comments
 (0)