-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix: suite tests in ERC721ContractInteractions
#10377
fix: suite tests in ERC721ContractInteractions
#10377
Conversation
Signed-off-by: dikel <dikelito@tutamail.com>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
…ontract-interactions-suite' into 10274-fix-erc-721-contract-interactions-suite
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10377 +/- ##
===========================================
Coverage 63.52% 63.52%
- Complexity 30990 31011 +21
===========================================
Files 3341 3342 +1
Lines 134577 134701 +124
Branches 13994 14006 +12
===========================================
+ Hits 85484 85568 +84
- Misses 45736 45774 +38
- Partials 3357 3359 +2 ☔ View full report in Codecov by Sentry. |
Node: E2E Test Results 1 files ± 0 1 suites ±0 22m 25s ⏱️ + 22m 25s Results for commit 6729343. ± Comparison against base commit d2f59e4. This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
|
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.
LGTM
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.
LGTM
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.
LGTM!
Description:
This PR fixes the
callsERC721ContractInteractions
suite test inERC721ContractInteractions
Related issue(s):
Fixes #10274
Fixes #10371
Checklist