Skip to content

Commit 47f7b4d

Browse files
authored
test: run "Account Permissions" only if TW_SECRET_KEY is defined (#2657)
1 parent 891fde5 commit 47f7b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc4337/account/permissions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { adminUpdatedEvent } from "../__generated__/IAccountPermissions/events/A
2323
import { signerPermissionsUpdatedEvent } from "../__generated__/IAccountPermissions/events/SignerPermissionsUpdated.js";
2424
import { ADDRESS_ZERO } from "../../../constants/addresses.js";
2525

26-
describe("Account Permissions", () => {
26+
describe.runIf(process.env.TW_SECRET_KEY)("Account Permissions", () => {
2727
let accountFactoryContract: ThirdwebContract;
2828
let accountContract: ThirdwebContract;
2929

0 commit comments

Comments
 (0)