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 12, 2023
1 parent 969b55f commit 0fd2602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ describe('defaultTransactionBuilder', () => {
describe('should populate type', () => {
it('should throw UnsupportedTransactionTypeError', async () => {
const input = { ...transaction };
input.type = '0x8'; // // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2718.md#transactions
input.type = '0x80'; // // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2718.md#transactions

await expect(
defaultTransactionBuilder({ transaction: input, web3Context, fillGasPrice: true }),
Expand Down

0 comments on commit 0fd2602

Please sign in to comment.