Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 20, 2024
1 parent 55b3b45 commit 00725aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ describe('entryPointVersion: 0.7', async () => {

test('args: signature', async () => {
const {
account: _,
callGasLimit,
maxFeePerGas,
preVerificationGas,
Expand All @@ -642,6 +641,7 @@ describe('entryPointVersion: 0.7', async () => {
...fees,
})

expect(account).toBeDefined()
expect(callGasLimit).toBeGreaterThanOrEqual(141000n)
expect(maxFeePerGas).toBeGreaterThanOrEqual(0n)
expect(preVerificationGas).toBeGreaterThanOrEqual(50000n)
Expand Down

0 comments on commit 00725aa

Please sign in to comment.