fix: remove duplicate taos
This commit is contained in:
parent
a75aa42bec
commit
7211940b89
|
@ -64,7 +64,7 @@ class TDTestCase(TBase):
|
||||||
|
|
||||||
|
|
||||||
# hori
|
# hori
|
||||||
cmd = f'taos -s "select * {db}.{stb} limit 10"'
|
cmd = f'-s "select * {db}.{stb} limit 10"'
|
||||||
rlist = etool.runBinFile("taos", cmd)
|
rlist = etool.runBinFile("taos", cmd)
|
||||||
# line count
|
# line count
|
||||||
self.checkSame(len(rlist), 18)
|
self.checkSame(len(rlist), 18)
|
||||||
|
|
Loading…
Reference in New Issue