Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 3, 2023
1 parent d483631 commit a6177e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/actions/wallet/prepareTransactionRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ describe('prepareTransactionRequest', () => {
to: targetAccount.address,
value: parseEther('1'),
})
expect(request_7.maxFeePerGas).toEqual(0n)
expect(request_7.maxPriorityFeePerGas).toEqual(0n)

// chain override (async zero base fee)
Expand All @@ -613,7 +612,6 @@ describe('prepareTransactionRequest', () => {
to: targetAccount.address,
value: parseEther('1'),
})
expect(request_8.maxFeePerGas).toEqual(0n)
expect(request_8.maxPriorityFeePerGas).toEqual(0n)
})

Expand Down

0 comments on commit a6177e7

Please sign in to comment.