Skip to content

Commit 0858fe0

Browse files
change mint_license_tokens amoutn to 10 to lower gas limiy
1 parent 93bf577 commit 0858fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_integration_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def test_claim_reward(self, story_client: StoryClient, nft_collection: Address):
231231
licensor_ip_id=ip_id,
232232
license_template=PIL_LICENSE_TEMPLATE,
233233
license_terms_id=license_terms_id,
234-
amount=100,
234+
amount=10,
235235
receiver=ip_id,
236236
max_minting_fee=1,
237237
max_revenue_share=100,

0 commit comments

Comments
 (0)