We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As pointed out by @andreivladbrg in #271 (review), we are not yet testing all the values that gets set at construction time.
We should update the constructor tests for the SablierV2LockupLinear and SablierV2LockupPro contracts to run the following checks:
SablierV2LockupLinear
SablierV2LockupPro
initialAdmin
comptroller
maxFee
The text was updated successfully, but these errors were encountered:
PaulRBerg
Successfully merging a pull request may close this issue.
As pointed out by @andreivladbrg in #271 (review), we are not yet testing all the values that gets set at construction time.
We should update the constructor tests for the
SablierV2LockupLinear
andSablierV2LockupPro
contracts to run the following checks:initialAdmin
gets set to the correct valuecomptroller
gets set to the correct valuemaxFee
gets set to the correct valueThe text was updated successfully, but these errors were encountered: