Skip to content

Commit

Permalink
test: fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 13, 2025
1 parent e4f2f20 commit bdd48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_chain_id_when_disconnected(eth_tester_provider):


def test_chain_id_adhoc(networks):
with networks.parse_network_choice("'https://www.shibrpc.com") as bor:
with networks.parse_network_choice("https://www.shibrpc.com") as bor:
assert bor.chain_id == 109


Expand Down

0 comments on commit bdd48f5

Please sign in to comment.