-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add tests for implementing the Eq trait for Address #672
Conversation
Blocked by FuelLabs/sway-lib-core#8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add corner-cases tests? E.g. if the upper words are the same, but the lower 3 words have a difference, then it should not be equal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but will defer to @sezna
This adds a test for new code PRd here: FuelLabs/sway-lib-std#25
CI will fail until the above PR is merged.