-
Notifications
You must be signed in to change notification settings - Fork 14
migrate verify ut #136
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
migrate verify ut #136
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #136 +/- ##
========================================
Coverage 84.02% 84.02%
========================================
Files 35 35
Lines 1077 1077
Branches 221 221
========================================
Hits 905 905
Misses 172 172 ☔ View full report in Codecov by Sentry. |
let orderHash: string; | ||
let orderManagement: { | ||
[key: string]: { | ||
iexecPocoManageOrderTx: () => Promise<ContractTransaction>; |
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.
Rename both iexecPocoManageOrderTx
l84 & 94 & etc to iexecPocoSignManageOrder
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.