fix sml case
This commit is contained in:
parent
f3d5ac49b1
commit
f4ddc6d393
|
@ -86,7 +86,7 @@ class TDTestCase:
|
||||||
tdSql.query(f"select * from {dbname}.macylr")
|
tdSql.query(f"select * from {dbname}.macylr")
|
||||||
tdSql.checkRows(2)
|
tdSql.checkRows(2)
|
||||||
|
|
||||||
tdSql.query("desc macylr")
|
tdSql.query(f"desc {dbname}.macylr")
|
||||||
tdSql.checkRows(25)
|
tdSql.checkRows(25)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue