Skip to content

Commit

Permalink
Update permission.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 13, 2024
1 parent 56c2c9c commit e9322c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/test/integration/permission.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("Permission Functions", () => {

it("should not throw error when create set permission signature", async () => {
const response = await client.permission.createSetPermissionSignature({
ipId: "0xE54028E60070223a9b77097D9385933340D10691",
ipId: ipId,
signer: process.env.TEST_WALLET_ADDRESS as Address,
to: coreMetadataModule,
func: "function setAll(address,string,bytes32,bytes32)",
Expand Down

0 comments on commit e9322c0

Please sign in to comment.