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 8801e5e commit 34c71a5Copy full SHA for 34c71a5
web3/_utils/module_testing/eth_module.py
@@ -4714,14 +4714,6 @@ def test_eth_wait_for_transaction_receipt_with_log_entry(
4714
assert log_entry["transactionIndex"] == 0
4715
assert log_entry["transactionHash"] == HexBytes(txn_hash_with_log)
4716
4717
- def test_eth_getUncleByBlockHashAndIndex(self, w3: "Web3") -> None:
4718
- # TODO: how do we make uncles....
4719
- pass
4720
-
4721
- def test_eth_getUncleByBlockNumberAndIndex(self, w3: "Web3") -> None:
4722
4723
4724
4725
def test_eth_new_filter(self, w3: "Web3") -> None:
4726
filter = w3.eth.filter({})
4727
0 commit comments