diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:27:55 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:27:55 -0400 |
commit | 03cf3215670bd4467d1296173c4c184a4be089ab (patch) | |
tree | 437b15e6c1dded01b1a057aa96157ab593c465bb /tests/test_sftp.py | |
parent | dd7c91d57869360e3f34c6564e1b3beff65b3d39 (diff) |
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.py | 2 |
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 """ |