summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2007-12-30 14:04:03 -0800
committerRobey Pointer <robey@lag.net>2007-12-30 14:04:03 -0800
commita3128c63de7fc1aaeb44c455495accd3149a773c (patch)
tree9ee9aaa2bbcc7a7a98f70483a208aaca760a42c3 /tests
parent92e92a9297770661eb578bfab2735136e3d98a5b (diff)
downloadparamiko-a3128c63de7fc1aaeb44c455495accd3149a773c.tar.gz
[project @ robey@lag.net-20071230220403-9c9735x0tfr88dd8]
oops, fix typo.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py
index bae960e5..d9ac1780 100644
--- a/tests/test_transport.py
+++ b/tests/test_transport.py
@@ -699,4 +699,4 @@ class TransportTest (unittest.TestCase):
schan.close()
chan.close()
- self.assertEquals(chan.send_read(), True)
+ self.assertEquals(chan.send_ready(), True)