Skip to content

Commit 0e5e23a

Browse files
committed
fix(sdk): missing test key check
1 parent 4ddc2cf commit 0e5e23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/smart/smart.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { generateAccount } from "../utils/generateAccount.js";
55
import { connectSmartWallet, disconnectSmartWallet } from "./index.js";
66
import { smartWallet } from "./smart-wallet.js";
77

8-
describe("Smart Wallet Index", () => {
8+
describe.runIf(process.env.TW_SECRET_KEY)("Smart Wallet Index", () => {
99
const chain = defineChain(1); // Ethereum mainnet
1010
const client = TEST_CLIENT;
1111

0 commit comments

Comments
 (0)