summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 743a7831..58013cfd 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -812,7 +812,6 @@ class SFTPTest (unittest.TestCase):
try:
sftp.open(FOLDER + '/test2', 'w')
self.fail('expected exception')
- # TODO: extract failing command (the open) to share with a passing assertion
except EOFError:
pass