From be3204d0a572b0727521ca382e8619d68f8b8ed3 Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 13 May 2024 07:13:41 -0500 Subject: [PATCH] docs: Update tests/functional/geth/test_provider.py Co-authored-by: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> --- tests/functional/geth/test_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/geth/test_provider.py b/tests/functional/geth/test_provider.py index 40c4ea3324..16e07b1b2d 100644 --- a/tests/functional/geth/test_provider.py +++ b/tests/functional/geth/test_provider.py @@ -151,7 +151,7 @@ def test_connect_wrong_chain_id(ethereum, geth_provider, web3_factory): def test_connect_to_chain_that_started_poa(mock_web3, web3_factory, ethereum): """ Ensure that when connecting to a chain that - started out as PoA, such as sepolia, we include + started out as PoA, such as Sepolia, we include the right middleware. Note: even if the chain is no longer PoA, we still need the middleware to fetch blocks during the PoA portion of the chain.