oops, fix typo.
This commit is contained in:
parent
92e92a9297
commit
a3128c63de
|
@ -699,4 +699,4 @@ class TransportTest (unittest.TestCase):
|
||||||
|
|
||||||
schan.close()
|
schan.close()
|
||||||
chan.close()
|
chan.close()
|
||||||
self.assertEquals(chan.send_read(), True)
|
self.assertEquals(chan.send_ready(), True)
|
||||||
|
|
Loading…
Reference in New Issue