Update bug3433.py

This commit is contained in:
wu champion 2021-03-25 15:09:25 +08:00 committed by GitHub
parent e113aa20ba
commit c7f4cd251d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -235,11 +235,11 @@ class TDTestCase:
tdSql.checkData(0, 4, 1000) tdSql.checkData(0, 4, 1000)
tdSql.checkData(1, 4, 1000) tdSql.checkData(1, 4, 1000)
# self.droptmpfile() self.droptmpfile()
def stop(self): def stop(self):
tdSql.close() tdSql.close()
tdLog.success(f"{__file__} successfully executed") tdLog.success(f"{__file__} successfully executed")
tdCases.addLinux(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase())
tdCases.addWindows(__file__, TDTestCase()) tdCases.addWindows(__file__, TDTestCase())