提交 b775ddd9 编写于 作者: J jingqinghe

fix bug in test hdfs

上级 eb9df7b9
......@@ -158,11 +158,6 @@ class FSTestBase(unittest.TestCase):
assert fs.need_upload_download()
fs.download(src_file, dst_file)
try:
fs.download(src_file, dst_file)
self.assertFalse(True)
except FSFileExistsError as e:
pass
self.assertTrue(fs.is_exist(dst_file))
fs.delete(dst_file)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册