Commit 2262ed82 authored by Denis Bilenko's avatar Denis Bilenko

minor update to test__monkey.py

parent 66b1c52d
......@@ -13,3 +13,5 @@ assert 'built-in' not in repr(threading._sleep), repr(threading._sleep)
import socket
from gevent import socket as gevent_socket
assert socket.create_connection is gevent_socket.create_connection
assert monkey.saved
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