remove local command

This commit is contained in:
Ping Xiao 2020-08-03 11:22:50 +08:00
parent eaa5582a01
commit b5226a8d05
1 changed files with 1 additions and 3 deletions

View File

@ -49,9 +49,7 @@ class TDTestCase:
tdSql.checkRows(1)
ret = tdSql.query('show vgroups')
tdSql.checkRows(0)
tdSql.execute('set max_binary_display_width 40')
tdSql.checkRows(0)
def stop(self):