Skip to content

Commit 2237fd8

Browse files
committed
Fix eth-tester again
1 parent 39d1ff0 commit 2237fd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_ethereum_tester.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ class TestEthereumTesterEthModule(EthModuleTest):
266266
test_eth_submit_work = not_implemented(EthModuleTest.test_eth_submit_work, ValueError)
267267
test_eth_get_raw_transaction = not_implemented(
268268
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)
269271

270272
def test_eth_getBlockByHash_pending(
271273
self, web3: "Web3"

0 commit comments

Comments
 (0)