We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d1ff0 commit 2237fd8Copy full SHA for 2237fd8
tests/integration/test_ethereum_tester.py
@@ -266,6 +266,8 @@ class TestEthereumTesterEthModule(EthModuleTest):
266
test_eth_submit_work = not_implemented(EthModuleTest.test_eth_submit_work, ValueError)
267
test_eth_get_raw_transaction = not_implemented(
268
EthModuleTest.test_eth_get_raw_transaction, ValueError)
269
+ test_eth_get_raw_transaction_raises_error = not_implemented(
270
+ EthModuleTest.test_eth_get_raw_transaction, ValueError)
271
272
def test_eth_getBlockByHash_pending(
273
self, web3: "Web3"
0 commit comments