Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Oct 26, 2023
1 parent 6c85a4e commit 8ba3faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-eth/test/fixtures/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const isTransaction1559UnsignedValidData = (): [Transaction1559UnsignedAP
{
...transaction[0],
maxFeePerGas: '0x1',
gasPrice: '0x1',
maxPriorityFeePerGas: '0x1',
accessList: [],
},
Expand Down

0 comments on commit 8ba3faf

Please sign in to comment.