Skip to content

Commit 6575687

Browse files
committed
test: fix tset
1 parent 694b5b6 commit 6575687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/test_network_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_create_custom_provider_ws(networks, scheme):
304304
def test_create_custom_provider_ipc(networks):
305305
provider = networks.create_custom_provider("path/to/geth.ipc")
306306
assert provider.ipc_path == Path("path/to/geth.ipc")
307-
assert provider.uri == provider.ipc_path
307+
assert provider.uri == f"{provider.ipc_path}"
308308

309309

310310
def test_ecosystems(networks):

0 commit comments

Comments
 (0)