Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Tupledore Test Cases - Remove Assembly and Add Edge Cases #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pali101
Copy link
Contributor

@pali101 pali101 commented Nov 3, 2024

This PR refactors the test cases for the Tupledore contract by simplifying and enhancing them. Key changes include:

  1. Removed Assembly: Replaced low-level assembly code with direct function calls, making the tests more readable.
  2. Added Edge Case Tests:
    • Tested setTuple with address(0).
    • Verified behavior with the maximum possible uint256 value.
    • Checked initial state to ensure userInfo is uninitialized.
    • Added multiple setTuple calls to confirm only the latest values are retained.

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.

1 participant