summaryrefslogtreecommitdiff
path: root/tests/test_transport.py
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-01-24 16:56:08 -0500
committerYaroslav Halchenko <debian@onerussian.com>2023-01-24 16:56:08 -0500
commit908e7c75f53025a3064e28215da62ffcfdea6daa (patch)
tree8ae79b736fc69f2c05ba1adec2ae11c4b9e4720c /tests/test_transport.py
parent5efa354ce9fff1217d22e52493d1442866821a7b (diff)
downloadparamiko-908e7c75f53025a3064e28215da62ffcfdea6daa.tar.gz
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
Diffstat (limited to 'tests/test_transport.py')
-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 4d28199a..4062d767 100644
--- a/tests/test_transport.py
+++ b/tests/test_transport.py
@@ -891,7 +891,7 @@ class TransportTest(unittest.TestCase):
@slow
def test_handshake_timeout(self):
"""
- verify that we can get a hanshake timeout.
+ verify that we can get a handshake timeout.
"""
# Tweak client Transport instance's Packetizer instance so
# its read_message() sleeps a bit. This helps prevent race conditions