summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-12-09 17:27:08 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-12-09 20:15:18 -0500
commitea373f9f4c0b4e13936e16f8ae642b05a4ce21c8 (patch)
treed28bb5a630d10f15c3cc11480b0fc88c7cb084df /tests
parent14fd03ec45fed0546aa01b1ef5ccf84508680e02 (diff)
downloadparamiko-ea373f9f4c0b4e13936e16f8ae642b05a4ce21c8.tar.gz
Weird typos introduced 2 years ago, bah
Test currently passes on my workstation tho
Diffstat (limited to 'tests')
-rw-r--r--tests/test_transport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py
index e2174896..e1e37e47 100644
--- a/tests/test_transport.py
+++ b/tests/test_transport.py
@@ -245,7 +245,7 @@ class TransportTest(unittest.TestCase):
self.assertEqual(True, self.tc.is_authenticated())
self.assertEqual(True, self.ts.is_authenticated())
- def testa_long_banner(self):
+ def test_long_banner(self):
"""
verify that a long banner doesn't mess up the handshake.
"""
@@ -339,7 +339,7 @@ class TransportTest(unittest.TestCase):
self.assertEqual("This is on stderr.\n", f.readline())
self.assertEqual("", f.readline())
- def testa_channel_can_be_used_as_context_manager(self):
+ def test_channel_can_be_used_as_context_manager(self):
"""
verify that exec_command() does something reasonable.
"""