Skip to content
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 ContractCallEvmCodesHistoricalTest tests #10380

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

bilyana-gospodinova
Copy link
Contributor

Description:
This PR fixes the setup of the ContractCallEvmCodesHistoricalTest tests - they were failing with the modularizedServices flag set to true. The historical sender in the class clashed with the inherited setup from the parent classes.

Fixes https://github.com/hashgraph/hedera-mirror-node/issues/10078

@bilyana-gospodinova bilyana-gospodinova added enhancement Type: New feature web3 Area: Web3 API labels Feb 14, 2025
@bilyana-gospodinova bilyana-gospodinova self-assigned this Feb 14, 2025
@bilyana-gospodinova bilyana-gospodinova requested a review from a team as a code owner February 14, 2025 08:39
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.18%. Comparing base (d7a7997) to head (ec3b60b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10380      +/-   ##
============================================
- Coverage     92.19%   92.18%   -0.01%     
  Complexity     8108     8108              
============================================
  Files           989      989              
  Lines         33755    33755              
  Branches       4267     4267              
============================================
- Hits          31120    31117       -3     
- Misses         1619     1620       +1     
- Partials       1016     1018       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@filev94 filev94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steven-sheehy steven-sheehy added this to the 0.124.0 milestone Feb 14, 2025
@steven-sheehy steven-sheehy merged commit 3f123d1 into main Feb 14, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the 10078-fix-historical-evm-codes-tests branch February 14, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix ContractCallEvmCodesHistoricalTest test suite
3 participants