diff --git a/e2e-tests/test/erc721-gated-paymaster.test.ts b/e2e-tests/test/erc721-gated-paymaster.test.ts index 2dbeeaec..502b68e6 100644 --- a/e2e-tests/test/erc721-gated-paymaster.test.ts +++ b/e2e-tests/test/erc721-gated-paymaster.test.ts @@ -84,7 +84,7 @@ describe("ERC721GatedPaymaster", function () { it("should require the user to have the NFT", async function () { // Arrange - let normalUserWallet = new Wallet(Wallet.createRandom().privateKey, provider); + const normalUserWallet = new Wallet(Wallet.createRandom().privateKey, provider); // Act const action = async () => {