Skip to content

Commit 5bbd27c

Browse files
author
Bean
authored
Merge branch 'master' into feature/lit-3911-add-request-id-aggregation-to-logger-when-logging-is-diabled
2 parents 47860e4 + 535736b commit 5bbd27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs = async (
4848

4949
// As a dApp owner, create a capacity delegation authSig for Bob's PKP wallet
5050
const capacityDelegationAuthSig = await alice.createCapacityDelegationAuthSig(
51-
[bob.pkp.ethAddress]
51+
[bob.authMethodOwnedPkp.ethAddress]
5252
);
5353

5454
// As a dApp owner, delegate the capacity credits NFT to Bob

0 commit comments

Comments
 (0)