From 51d547ccc5d8592f482e98e246c0aaf59ddbc19b Mon Sep 17 00:00:00 2001 From: Kevin Mai-Husan Chia Date: Wed, 4 Sep 2019 20:38:38 +0800 Subject: [PATCH] Update tests/interop/utils.py Co-Authored-By: NIC Lin --- tests/interop/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interop/utils.py b/tests/interop/utils.py index d050606..c917417 100644 --- a/tests/interop/utils.py +++ b/tests/interop/utils.py @@ -37,7 +37,7 @@ async def _is_peer(peer_id: ID, node: TDaemonOrHost) -> bool: async def connect(a: TDaemonOrHost, b: TDaemonOrHost) -> None: # Type check err_msg = ( - f"Type of type(a)={type(a)} or type(b)={type(b)} is wrong." + f"Type of a={type(a)} or type of b={type(b)} is wrong." "Should be either `IHost` or `Daemon`" ) assert all(