Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Zhang committed May 7, 2024
1 parent a3b61b2 commit 4570bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/derivativeIP.nonComPIL.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { expect } from 'chai'
import chai from 'chai';
import chaiAsPromised from 'chai-as-promised';
chai.use(chaiAsPromised);
import '../setup';
// import '../setup';
import { Hex } from 'viem';

let tokenIdA: string;
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/multiLIcenseTerms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('SDK E2E Test', function () {
licenseTermsId5 = responseLicenseTerms5.licenseTermsId;
});

describe("[smoke]Register derivative IP assets, parent IP asset with multiple commercial use PILs", async function () {
describe("Register derivative IP assets, parent IP asset with multiple commercial use PILs", async function () {
step("Mint a NFT to Wallet A and get a tokenId (tokenIdA)", async function () {
tokenIdA = await mintNFTWithRetry(privateKeyA);
if (tokenIdA === '') {
Expand Down Expand Up @@ -157,7 +157,7 @@ describe('SDK E2E Test', function () {
});
});

describe("[smoke]Register derivative IP assets, parent IP asset with multiple commercial remix PILs", async function () {
describe("Register derivative IP assets, parent IP asset with multiple commercial remix PILs", async function () {
step("Mint a NFT to Wallet A and get a tokenId (tokenIdA)", async function () {
tokenIdA = await mintNFTWithRetry(privateKeyA);
if (tokenIdA === '') {
Expand Down

0 comments on commit 4570bdc

Please sign in to comment.