summaryrefslogtreecommitdiff
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-08 13:27:55 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-08 13:27:55 -0400
commit03cf3215670bd4467d1296173c4c184a4be089ab (patch)
tree437b15e6c1dded01b1a057aa96157ab593c465bb /tests/test_sftp.py
parentdd7c91d57869360e3f34c6564e1b3beff65b3d39 (diff)
downloadparamiko-03cf3215670bd4467d1296173c4c184a4be089ab.tar.gz
Some additional badly named tests that I guess weren't in master?
Diffstat (limited to 'tests/test_sftp.py')
-rw-r--r--tests/test_sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 395942cc..e4e18e5a 100644
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -250,7 +250,7 @@ class TestSFTP(object):
sftp.remove(sftp.FOLDER + "/fish.txt")
sftp.remove(sftp.FOLDER + "/tertiary.py")
- def test_5_listdir_iter(self, sftp):
+ def test_listdir_iter(self, sftp):
"""
listdir_iter version of above test
"""