-
Notifications
You must be signed in to change notification settings - Fork 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
Refactor web3 test code #10358
Refactor web3 test code #10358
Conversation
Signed-off-by: filev94 <[email protected]>
ef3d109
to
a64acef
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10358 +/- ##
=========================================
Coverage 92.18% 92.19%
- Complexity 8094 8095 +1
=========================================
Files 988 988
Lines 33711 33712 +1
Branches 4264 4264
=========================================
+ Hits 31078 31081 +3
+ Misses 1618 1617 -1
+ Partials 1015 1014 -1 ☔ View full report in Codecov by Sentry. |
Can increase pr description. |
hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java
Outdated
Show resolved
Hide resolved
.../src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java
Show resolved
Hide resolved
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
...irror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java
Outdated
Show resolved
Hide resolved
...irror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
.../src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
|
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 removes the persistFungibleToken() method and uses fungibleTokenPersist() from the parent class
Related issue(s):
Fixes #10320
Notes for reviewer:
Checklist