diff options
Diffstat (limited to 'test/test_client_async.py')
-rw-r--r-- | test/test_client_async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_client_async.py b/test/test_client_async.py index 8661e90..8874c67 100644 --- a/test/test_client_async.py +++ b/test/test_client_async.py @@ -74,7 +74,7 @@ def test_bootstrap_failure(conn): def test_can_connect(cli, conn): - # Node is not in broker metadata - cant connect + # Node is not in broker metadata - can't connect assert not cli._can_connect(2) # Node is in broker metadata but not in _conns |