Skip to content

Commit

Permalink
Cancel skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed May 10, 2024
1 parent 10814ae commit 0acd782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-sdk/test/integration/ipAsset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0acd782

Please sign in to comment.