From e21b5c9b4dfdc3181e96b572bd9414cacec3abd5 Mon Sep 17 00:00:00 2001 From: Miguel Angel Rojo Fernandez Date: Mon, 26 Aug 2024 10:36:58 +0100 Subject: [PATCH] fixed the other test --- test/shard3/entrypoint.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shard3/entrypoint.test.ts b/test/shard3/entrypoint.test.ts index d838540..f19cc8d 100644 --- a/test/shard3/entrypoint.test.ts +++ b/test/shard3/entrypoint.test.ts @@ -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))