Skip to content

Commit fb4f570

Browse files
committed
fix: update maxRevenueShare value in license tests for consistency with other configurations
1 parent cf1b5fa commit fb4f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-sdk/test/integration/license.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe("License Functions", () => {
133133
licenseTermsId: licenseId,
134134
licensorIpId: ipIdB,
135135
maxMintingFee: 10000000,
136-
maxRevenueShare: 55,
136+
maxRevenueShare: 100,
137137
});
138138
expect(result.txHash).to.be.a("string");
139139
expect(result.licenseTokenIds).to.be.a("array");

0 commit comments

Comments
 (0)