summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2013-09-29 17:42:31 +0100
committerMichael Williamson <mike@zwobble.org>2014-09-07 18:34:02 +0100
commitcd07ddbfbb34a2482e90f3b95de97a1584ee8a9f (patch)
tree16534c2c3aff8a49e1ab951127ae169537c8b698 /tests/test_sftp.py
parenta6c8b1118c5dd7e49d75cc87298709a545f9d74b (diff)
Remove TODO
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