Skip to content

Commit

Permalink
test(sdk): little delay in AA test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Jan 7, 2025
1 parent 76272e6 commit 39fddac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/thirdweb/src/wallets/private-key.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test("default", () => {
{
"address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"sendTransaction": [Function],
"signAuthorization": [Function],
"signMessage": [Function],
"signTransaction": [Function],
"signTypedData": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
account: smartAccount,
});
expect(tx.transactionHash).toHaveLength(66);
await sleep(1000);
await confirmContractDeployment({ accountContract });
const isDeployed = await isContractDeployed(accountContract);
expect(isDeployed).toEqual(true);
Expand Down

0 comments on commit 39fddac

Please sign in to comment.