File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/core-sdk/test/integration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ describe("Group Functions", () => {
196196 it ( "should successfully register group with license and add multiple IPs" , async ( ) => {
197197 const result = await client . groupClient . registerGroupAndAttachLicenseAndAddIps ( {
198198 groupPool : groupPoolAddress ,
199- maxAllowedRewardShare : 55.5 ,
199+ maxAllowedRewardShare : 50 ,
200200 ipIds : [ ipId ] ,
201201 licenseData : {
202202 licenseTermsId,
@@ -263,7 +263,7 @@ describe("Group Functions", () => {
263263 const result = await client . groupClient . addIpsToGroup ( {
264264 groupIpId : groupId ,
265265 ipIds : ipIds ,
266- maxAllowedRewardSharePercentage : 55.55555555 ,
266+ maxAllowedRewardSharePercentage : 55 ,
267267 } ) ;
268268 expect ( result . txHash ) . to . be . a ( "string" ) ;
269269 } ) ;
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ describe("License Functions", () => {
133133 licenseTermsId : licenseId ,
134134 licensorIpId : ipIdB ,
135135 maxMintingFee : 10000000 ,
136- maxRevenueShare : 55.55555555 ,
136+ maxRevenueShare : 55 ,
137137 } ) ;
138138 expect ( result . txHash ) . to . be . a ( "string" ) ;
139139 expect ( result . licenseTokenIds ) . to . be . a ( "array" ) ;
You can’t perform that action at this time.
0 commit comments