diff options
-rw-r--r-- | tests/test_connection_pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_connection_pool.py b/tests/test_connection_pool.py index e6e8e58..c49ecda 100644 --- a/tests/test_connection_pool.py +++ b/tests/test_connection_pool.py @@ -129,7 +129,7 @@ class TestBlockingConnectionPool(object): # we should have waited at least 0.1 seconds assert time.time() - start >= 0.1 - def test_connection_pool_blocks_until_another_connection_released(self, master_host): # noqa: E501 + def test_connection_pool_blocks_until_conn_available(self, master_host): """ When out of connections, block until another connection is released to the pool |