-
Notifications
You must be signed in to change notification settings - Fork 112
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 tests in ContractCallServiceTest suite #10194
Conversation
Signed-off-by: Nikolay Nikolov <[email protected]>
2ab88e1
to
12b8e04
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10194 +/- ##
============================================
- Coverage 92.31% 92.21% -0.10%
- Complexity 7821 7924 +103
============================================
Files 947 965 +18
Lines 32847 33103 +256
Branches 4151 4173 +22
============================================
+ Hits 30322 30526 +204
- Misses 1550 1596 +46
- Partials 975 981 +6 ☔ View full report in Codecov by Sentry. |
hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Nikolay Nikolov <[email protected]>
Quality Gate passedIssues Measures |
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 3 tests in ContractCallServiceTest. Fixes
PAYER_ACCOUNT_NOT_FOUND
error and some assertion messagesRelated issue(s):
Related to #10087
Notes for reviewer:
Checklist