-
Notifications
You must be signed in to change notification settings - Fork 8
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
Setup router invariants #397
base: main
Are you sure you want to change the base?
Conversation
|
||
// forge test --match-test test_invariant_E_1_0 -vv | ||
function test_invariant_E_1_0() public { | ||
deployNewTokenPoolAndTranche(81, 113078215817378582107422693752520426616851634649913195634947047953023656943); |
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.
Would be nice to assign some variable ( meaningful name ) to these magic numbers :D.
Wdyt?
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.
These are tests that are copy pasted as output of broken properties from medusa/echidna. So there is no meaningful names for these, and we shouldn't adapt these.
…into router-invariants
Coverage after merging router-invariants into main will be
Coverage Report
|
No description provided.