Skip to content

Commit 63c03c1

Browse files
committed
test: fix deployment in test
1 parent 967410b commit 63c03c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/delegator-e2e/test/caveats/ownershipTransfer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ describe('Ownership Transfer Caveat', () => {
6262
deploySalt: '0x2',
6363
signatory: { account: bobAccount },
6464
});
65+
await deploySmartAccount(bobSmartAccount);
6566

6667
// Deploy an ERC721 contract that Alice will own (and can transfer ownership of)
6768
contractAddress = (await deployErc721Token(

0 commit comments

Comments
 (0)