-
Notifications
You must be signed in to change notification settings - Fork 12
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
Early redemption of fully assigned Claims #218
Early redemption of fully assigned Claims #218
Conversation
VAL-869 Early redemption of fully assigned Claims
AC
|
@@ -992,20 +992,6 @@ contract ValoremOptionsClearinghouseUnitTest is BaseClearinghouseTest { | |||
vm.stopPrank(); | |||
} | |||
|
|||
function testRevert_redeem_whenClaimTooSoon() public { |
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.
This test should not go away, but rather be altered to catch the remaining cases.
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 moved to the other 1.1 test file.
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.
My thinking is it will be cleaner for the auditors to encapsulate all 1.1 functionality in its own test class. Open to otherwise tho.
… into neo/val-869-early-redemption-of-fully-assigned-claims
…of github.com:valorem-labs-inc/clear into neo/val-869-early-redemption-of-fully-assigned-claims
Codecov Report
@@ Coverage Diff @@
## neo/val-1202-set-the-table-of-net-offsetting-positions #218 +/- ##
=========================================================================================
Coverage ? 99.20%
=========================================================================================
Files ? 1
Lines ? 251
Branches ? 41
=========================================================================================
Hits ? 249
Misses ? 0
Partials ? 2 |
73f1522
into
neo/val-1202-set-the-table-of-net-offsetting-positions
No description provided.