From 0acd782f58ac595e92483addec72134dac71add8 Mon Sep 17 00:00:00 2001 From: bonnie Date: Fri, 10 May 2024 17:48:27 +0800 Subject: [PATCH] Cancel skip tests --- packages/core-sdk/test/integration/ipAsset.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core-sdk/test/integration/ipAsset.test.ts b/packages/core-sdk/test/integration/ipAsset.test.ts index 67767f87..16e1b208 100644 --- a/packages/core-sdk/test/integration/ipAsset.test.ts +++ b/packages/core-sdk/test/integration/ipAsset.test.ts @@ -138,7 +138,7 @@ describe("IP Asset Functions ", () => { nftContract = txData.nftContract; }); - describe.skip("should not throw error when mint and register ip and attach pil terms", async () => { + describe("should not throw error when mint and register ip and attach pil terms", async () => { it("Non-Commercial Remix", async () => { const result = await client.ipAsset.createIpAssetWithPilTerms({ nftContract, @@ -206,7 +206,7 @@ describe("IP Asset Functions ", () => { }); }); - it.skip("should not throw error when register registerDerivativeIp", async () => { + it("should not throw error when register registerDerivativeIp", async () => { const tokenChildId = await getTokenId(nftContract); const { ipId: parentIpId, licenseTermsId } = await client.ipAsset.createIpAssetWithPilTerms({ nftContract,