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 contract call ERC modification approve tests #10210

Merged

Conversation

bilyana-gospodinova
Copy link
Contributor

Description:
Fix the approve* tests in ERC test suite. Also, a slight refactoring was made - extract common hollow account creation logic in a separate method.

Fixes #10084

Signed-off-by: Bilyana Gospodinova <[email protected]>
Signed-off-by: Bilyana Gospodinova <[email protected]>
@bilyana-gospodinova bilyana-gospodinova added enhancement Type: New feature web3 Area: Web3 API labels Jan 23, 2025
@bilyana-gospodinova bilyana-gospodinova self-assigned this Jan 23, 2025
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.23%. Comparing base (753b84f) to head (0878a3c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #10210   +/-   ##
=========================================
  Coverage     92.23%   92.23%           
  Complexity     7942     7942           
=========================================
  Files           971      971           
  Lines         33231    33231           
  Branches       4180     4180           
=========================================
  Hits          30649    30649           
  Misses         1598     1598           
  Partials        984      984           

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

@bilyana-gospodinova bilyana-gospodinova marked this pull request as ready for review January 23, 2025 12:03
@bilyana-gospodinova bilyana-gospodinova requested a review from a team as a code owner January 23, 2025 12:03
@steven-sheehy steven-sheehy added this to the 0.123.0 milestone Jan 23, 2025
@steven-sheehy steven-sheehy merged commit c619b9d into main Jan 23, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the 010084-contract-call-erc-modification-tests-approve branch January 23, 2025 18: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 ContractCallServiceERCTokenModificationFunctionsTest test suite
3 participants