Skip to content

Commit

Permalink
Fix wrong test reference to super class
Browse files Browse the repository at this point in the history
- eth-tester integration tests has a wrong reference to the call_override test for eth-tester
  • Loading branch information
fselmo committed Dec 15, 2023
1 parent 3dfc0e2 commit b703a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/3171.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix wrong test reference for ``EthereumTesterProvider`` integration test suite.
4 changes: 2 additions & 2 deletions tests/integration/test_ethereum_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ class TestEthereumTesterEthModule(EthModuleTest):
EthModuleTest.test_eth_replace_transaction_already_mined, MethodUnavailable
)
test_eth_call_with_override_param_type_check = not_implemented(
EthModuleTest.test_eth_max_priority_fee_with_fee_history_calculation,
ValueError,
EthModuleTest.test_eth_call_with_override_param_type_check,
TypeError,
)
test_eth_fee_history = not_implemented(
EthModuleTest.test_eth_fee_history, MethodUnavailable
Expand Down

0 comments on commit b703a70

Please sign in to comment.