Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Zhang committed May 16, 2024
1 parent 91703bd commit 2f118fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/license/registerPIL.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe("SDK Test", function () {
const response = await expect(
registerCommercialRemixPIL("A", "16", 1001, mintingFeeTokenAddress, false)
).to.not.be.rejected;

if (response.licenseTermsId) {
expect(response.licenseTermsId).to.be.a("bigint").and.to.be.ok;
} else {
Expand All @@ -175,4 +175,4 @@ describe("SDK Test", function () {
});
})
});
});
});

0 comments on commit 2f118fa

Please sign in to comment.