Skip to content

Commit

Permalink
Update test/modules/plugins/erc4337/SafeProtocol4337Module.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail <[email protected]>
  • Loading branch information
nlordell and mmv08 authored Nov 13, 2023
1 parent 9ec4cc6 commit 66c2d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ethers, deployments } from "hardhat";

import { MODULE_TYPE_PLUGIN, MODULE_TYPE_FUNCTION_HANDLER, PLUGIN_PERMISSION_EXECUTE_CALL } from "../../../../src/utils/constants";

describe("SafeProtocol4337Module", async () => {
describe("SafeProtocol4337Module", () => {
const setupTests = deployments.createFixture(async ({ deployments }) => {
await deployments.fixture();
const [deployer, owner, user, bundler] = await ethers.getSigners();
Expand Down

0 comments on commit 66c2d06

Please sign in to comment.