Merge pull request #25443 from taosdata/feat/TD-28945-3.0

fix: add drop database
This commit is contained in:
Alex Duan 2024-04-23 09:10:56 +08:00 committed by GitHub
commit ea5cd41b39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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")