Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 12, 2024
1 parent b5f57c0 commit 5bf6d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/test/erc721-gated-paymaster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 5bf6d11

Please sign in to comment.