diff options
author | Dana Powers <dana.powers@rd.io> | 2018-03-07 15:40:15 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2018-03-09 13:21:15 -0500 |
commit | 9234f0ad3c31105bb688276e99d8fc5e90b9d5b8 (patch) | |
tree | 927d74134f29bab100d5170711b339ca31484132 /test | |
parent | 323f90e0a067c3fc0ce4b850724f265548240f70 (diff) | |
download | kafka-python-connect_blocking.tar.gz |
Whitespace cleanup in test_client_asyncconnect_blocking
Diffstat (limited to 'test')
-rw-r--r-- | test/test_client_async.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_client_async.py b/test/test_client_async.py index 5343472..eccb564 100644 --- a/test/test_client_async.py +++ b/test/test_client_async.py @@ -96,6 +96,7 @@ def test_can_connect(cli, conn): conn.blacked_out.return_value = True assert not cli._can_connect(0) + def test_maybe_connect(cli, conn): try: # Node not in metadata, raises AssertionError |