fix: add drop database

This commit is contained in:
Alex Duan 2024-04-23 09:09:15 +08:00
parent de7c53d9c9
commit e00f5c8a24
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class TDTestCase(TBase):
self.doAction()
# drop database and free s3 file
#self.dropDb()
self.dropDb()
tdLog.success(f"{__file__} successfully executed")