fix CI failure
This commit is contained in:
parent
128c8064a2
commit
b34a726e28
|
@ -53,11 +53,6 @@ class TDTestCase:
|
||||||
|
|
||||||
tdSql.execute('set max_binary_display_width 40')
|
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):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
Loading…
Reference in New Issue