fix CI failure

This commit is contained in:
Ping Xiao 2020-08-03 10:49:08 +08:00
parent 128c8064a2
commit b34a726e28
1 changed files with 0 additions and 5 deletions

View File

@ -53,11 +53,6 @@ class TDTestCase:
tdSql.execute('set max_binary_display_width 40')
tdSql.execute('drop database db')
ret = tdSql.query('select database()')
tdSql.checkData(0, 0, None)
def stop(self):
tdSql.close()