-
Notifications
You must be signed in to change notification settings - Fork 116
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 failing tests in ContractCallServicePrecompileModificationTest #10116
Conversation
Signed-off-by: sdimitrov9 <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: sdimitrov9 <[email protected]>
Signed-off-by: sdimitrov9 <[email protected]>
Signed-off-by: sdimitrov9 <[email protected]>
c56132d
to
1cab7e2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10116 +/- ##
=========================================
Coverage 92.19% 92.20%
Complexity 7860 7860
=========================================
Files 956 956
Lines 32859 32859
Branches 4151 4151
=========================================
+ Hits 30295 30296 +1
Misses 1587 1587
+ Partials 977 976 -1 ☔ View full report in Codecov by Sentry. |
1cab7e2
to
4c8757b
Compare
Signed-off-by: sdimitrov9 <[email protected]>
4c8757b
to
6adff27
Compare
hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainBuilder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: sdimitrov9 <[email protected]>
...ra-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java
Outdated
Show resolved
Hide resolved
Signed-off-by: sdimitrov9 <[email protected]>
Signed-off-by: sdimitrov9 <[email protected]>
0c90a38
to
5f85c56
Compare
…into 9984-fix-faiing-tests
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 but looks like merge conflicts after merging some others
Signed-off-by: sdimitrov9 <[email protected]>
6ce5493
Quality Gate passedIssues Measures |
Description:
Fix multiple tests within ContractCallServicePrecompileModificationTest class
Related issue(s):
Fixes #9984
Checklist