mirror of https://github.com/celery/kombu.git
Fixes broken ConnectionPool test
This commit is contained in:
parent
396b90e0a9
commit
87cb3dfa2f
|
@ -150,7 +150,7 @@ class test_ConnectionPool(ResourceCase):
|
|||
q = P._resource.queue
|
||||
self.assertIsNotNone(q[0]._connection)
|
||||
self.assertIsNotNone(q[1]._connection)
|
||||
self.assertIsNone(q[2]._connection)
|
||||
self.assertIsNone(q[2]()._connection)
|
||||
|
||||
|
||||
class test_ChannelPool(ResourceCase):
|
||||
|
|
Loading…
Reference in New Issue