diff options
author | melissacrawford396 <melissacrawford396@gmail.com> | 2017-01-11 20:19:38 -0500 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-01-11 17:19:38 -0800 |
commit | 83081befc1a9da3c02f78e092698ddca0f41a0f9 (patch) | |
tree | 6ded62dffce4bdca3605b6691ebc8b61b72d6157 /test/test_client_async.py | |
parent | cb06a6b125d798b3d60ba105f2f86bbcd1a1357a (diff) | |
download | kafka-python-83081befc1a9da3c02f78e092698ddca0f41a0f9.tar.gz |
Spelling and grammar changes (#923)
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 |