-
Notifications
You must be signed in to change notification settings - Fork 14
migrate escrow token test file #141
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #141 +/- ##
===========================================
+ Coverage 84.02% 84.58% +0.55%
===========================================
Files 35 35
Lines 1077 1077
Branches 221 221
===========================================
+ Hits 905 911 +6
+ Misses 172 166 -6 ☔ View full report in Codecov by Sentry. |
}); | ||
|
||
describe('receiveApproval', () => { | ||
it('Should receiveApproval', 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.
I might suggest to use that instead: https://github.com/iExecBlockchainComputing/rlc-token/blob/master/contracts/RLC.sol#L84
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.
Mmmh the function approveAndCall
from IexecERC20Delegate.sol
is tested in the execERC20 UT
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.
Thank you :)
No description provided.