Skip to content

Commit cd1214c

Browse files
test: enable SmartWallet policy tests
1 parent df128bf commit cd1214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/smart/smart-wallet-dev.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const contract = getContract({
2626
chain,
2727
address: "0x6A7a26c9a595E6893C255C9dF0b593e77518e0c3",
2828
});
29-
describe.runIf(process.env.TW_SECRET_KEY).skip.sequential(
29+
describe.runIf(process.env.TW_SECRET_KEY).sequential(
3030
"SmartWallet policy tests",
3131
{
3232
retry: 0,

0 commit comments

Comments
 (0)