Skip to content

Commit 73137e7

Browse files
committed
fix: pkp wallet connect test type
1 parent 095744a commit 73137e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pkp-walletconnect/src/lib/pkp-walletconnect.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('PKPWalletConnect', () => {
4444
const toSign = await createSiweMessageWithRecaps({
4545
uri: params.uri!,
4646
expiration: params.expiration!,
47-
resources: params.resourceAbilityRequests!,
47+
resources: [params.resourceAbilityRequests!],
4848
walletAddress: wallet.address,
4949
nonce: await litNodeClient.getLatestBlockhash(),
5050
litNodeClient,

0 commit comments

Comments
 (0)