-
Notifications
You must be signed in to change notification settings - Fork 79
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
Rebase to another account #2245
Conversation
Rebase to another account
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2245 +/- ##
===========================================
- Coverage 53.40% 18.13% -35.27%
===========================================
Files 79 79
Lines 4071 4158 +87
Branches 1070 835 -235
===========================================
- Hits 2174 754 -1420
- Misses 1894 3402 +1508
+ Partials 3 2 -1 ☔ View full report in Codecov by Sentry. |
contracts/test/token/ousd.js
Outdated
@@ -849,4 +849,62 @@ describe("Token", function () { | |||
await checkTransferOut(5); | |||
await checkTransferOut(9); | |||
}); | |||
|
|||
it.only("Should delegate rebase to another account", async () => { |
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.
the .only
needs to be removed
* Removed .only from tests * Generated latest OUSD contract diagram * Fix typo in rebase comment
closing in favour of: #2298 |
Rebase to another account