Skip to content

Commit 39fddac

Browse files
committed
test(sdk): little delay in AA test
1 parent 76272e6 commit 39fddac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/thirdweb/src/wallets/private-key.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test("default", () => {
1717
{
1818
"address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
1919
"sendTransaction": [Function],
20+
"signAuthorization": [Function],
2021
"signMessage": [Function],
2122
"signTransaction": [Function],
2223
"signTypedData": [Function],

packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
200200
account: smartAccount,
201201
});
202202
expect(tx.transactionHash).toHaveLength(66);
203+
await sleep(1000);
203204
await confirmContractDeployment({ accountContract });
204205
const isDeployed = await isContractDeployed(accountContract);
205206
expect(isDeployed).toEqual(true);

0 commit comments

Comments
 (0)