Commit 253092ac authored by Denis Bilenko's avatar Denis Bilenko

test__socket.py: set switch_expected to False

parent 37c702ce
......@@ -201,6 +201,8 @@ class TestClosedSocket(greentest.TestCase):
class TestRef(greentest.TestCase):
switch_expected = False
def test(self):
sock = socket.socket()
assert sock.ref is True, sock.ref
......
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