Commit 1e8196fb authored by Denis Bilenko's avatar Denis Bilenko

fix test_get_hub_shutdown.py

parent e3ab4503
......@@ -3,4 +3,5 @@
import gevent.hub
res = gevent.hub.get_hub().join()
assert res is True, res
assert 'hub' not in gevent.hub._threadlocal.__dict__, gevent.hub._threadlocal.__dict__
res = gevent.hub.get_hub().join()
assert res is True, res
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment