-
Notifications
You must be signed in to change notification settings - Fork 14
clean todo on 000 it #163
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
clean todo on 000 it #163
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #163 +/- ##
========================================
Coverage 84.67% 84.67%
========================================
Files 35 35
Lines 1083 1083
Branches 221 221
========================================
Hits 917 917
Misses 166 166 ☔ View full report in Codecov by Sentry. |
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 :)
test/000_fullchain.test.ts
Outdated
const workerStakePerTask = await iexecPoco | ||
.viewDeal(dealId) | ||
.then((deal) => deal.workerStake.toNumber()); |
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.
Same comment here.
test/utils/IexecWrapper.ts
Outdated
* @param resultDigest hash of the result | ||
* @returns id of the task | ||
*/ | ||
async contributeTeeToTask( |
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.
async contributeTeeToTask( | |
async contributeToTeeTask( |
No description provided.