fix ut test=develop (#27760)

my_2.0rc
gongweibao 4 years ago committed by GitHub
parent 6da552a22f
commit baddedfdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,7 +157,7 @@ class FSTestBase(unittest.TestCase):
assert fs.need_upload_download()
self.assertTrue(fs.is_exist(dst_file))
self.assertFalse(fs.is_exist(dst_file))
fs.delete(dst_file)
fs.delete(src_file)

Loading…
Cancel
Save