From c5692d1867758dedcffd41be7ded07ca8be0150b Mon Sep 17 00:00:00 2001 From: Miguel Angel Rojo Fernandez Date: Mon, 26 Aug 2024 10:30:44 +0100 Subject: [PATCH] fixed one more 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 3d5c99f..d838540 100644 --- a/test/shard3/entrypoint.test.ts +++ b/test/shard3/entrypoint.test.ts @@ -374,6 +374,8 @@ describe('EntryPoint', function () { }, accountOwner, entryPoint) const beneficiaryAddress = createAddress() + await fundVtho(account.address, entryPoint) + const countBefore = await counter.counters(account.address) // for estimateGas, must specify maxFeePerGas, otherwise our gas check fails console.log(' == est gas=', await entryPoint.estimateGas.handleOps([op], beneficiaryAddress, { maxFeePerGas: 1e9 }).then(tostr))