-
Notifications
You must be signed in to change notification settings - Fork 2
fix: proposal validator pre-pr #483
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
fix: proposal validator pre-pr #483
Conversation
| /// @title ProposalValidator_HashProposalWithModule_Test | ||
| /// @notice Tests for the hashProposalWithModule function | ||
| contract ProposalValidator_HashProposalWithModule_Test is ProposalValidator_TestInit { | ||
| contract ProposalValidator_Uncategorized_Test is ProposalValidator_TestInit { |
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.
HashProposalWithModule is not a function right?
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.
It is, but it's internal.
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.
Ok lets add a comment on why the Uncategorized so its clear what we are testing
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.
Perfect.
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.
Addressed in here.
Closes OPT-1004
Complies with pre-pr rules for
ProposalValidatortests by:ProposalValidatorForTestout of the test files