-
Notifications
You must be signed in to change notification settings - Fork 14
Migrate 00_matchorders.js test file to Hardhat & Typescript - Part 3 #115
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 #115 +/- ##
===========================================
+ Coverage 83.75% 83.78% +0.03%
===========================================
Files 34 36 +2
Lines 1077 1079 +2
Branches 222 222
===========================================
+ Hits 902 904 +2
Misses 175 175 ☔ 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.
OK, thanks!!
) | ||
.then((tx) => tx.wait()); | ||
// Make sure the test does not fail because of another reason. | ||
const signatureAddress = ethers.utils.verifyMessage( |
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.
const signatureAddress = ethers.utils.verifyMessage( | |
const signerAddress = ethers.utils.verifyMessage( |
No description provided.