Skip to content

Commit

Permalink
fixed the other test
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 26, 2024
1 parent c5692d1 commit e21b5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/shard3/entrypoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ describe('EntryPoint', function () {
// wallet-reported signature failure should revert in handleOps
const wrongOwner = createAccountOwner()

await fundVtho(account.address, entryPoint)

// Fund wrong owner
await vtho.approve(entryPoint.address, BigNumber.from(ONE_HUNDRED_VTHO))
await entryPoint.depositAmountTo(wrongOwner.address, BigNumber.from(ONE_HUNDRED_VTHO))
Expand Down

0 comments on commit e21b5c9

Please sign in to comment.