Skip to content

Add helper tests for creator fee config reads#98

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
Obiajulu-gif:test/shared-creator-config-read-helper
Mar 29, 2026
Merged

Add helper tests for creator fee config reads#98
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
Obiajulu-gif:test/shared-creator-config-read-helper

Conversation

@Obiajulu-gif

Copy link
Copy Markdown
Contributor

This pull request adds additional unit tests to improve coverage for reading fee configuration from storage in the creator-keys contract. The new tests ensure that the read_protocol_fee_config and read_required_protocol_fee_config functions correctly return the stored configuration values.

Test coverage improvements:

  • Added test_read_protocol_fee_config_returns_stored_config to verify that read_protocol_fee_config retrieves the correct stored fee configuration from persistent storage.
  • Added test_read_required_protocol_fee_config_returns_stored_config to verify that read_required_protocol_fee_config retrieves the correct stored fee configuration from persistent storage.
    Closes Add read-only protocol config initialized method #89

@Chucks1093 Chucks1093 merged commit 6988828 into accesslayerorg:main Mar 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add read-only protocol config initialized method

2 participants