From ea373f9f4c0b4e13936e16f8ae642b05a4ce21c8 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 9 Dec 2021 17:27:08 -0500 Subject: Weird typos introduced 2 years ago, bah Test currently passes on my workstation tho --- tests/test_transport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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. """ -- cgit v1.2.3