Skip to content

Commit 3ce5679

Browse files
chore: update CODEOWNERS (#194)
chore: update CODEOWNERS; fix: reduce mint_license_tokens amount to 10 in test_claim_reward
1 parent 5029480 commit 3ce5679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @sebsadface @edisonz0718 @bonnie57 @lucas2brh @AndyBoWu @limengformal @roycezhaoca
1+
* @roycezhaoca @lucas2brh @limengformal @yingyangxu2026 @chao-peng-story

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)