Commit 9affdc07 authored by Denis Bilenko's avatar Denis Bilenko

fix test_hub_shutdown.py

parent ea3f606a
......@@ -2,5 +2,5 @@
# rename to test_hub_join()?
import gevent.hub
res = gevent.hub.get_hub().join()
assert res is None, res
assert res is True, res
assert 'hub' not in gevent.hub._threadlocal.__dict__, gevent.hub._threadlocal.__dict__
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