fix sml case

This commit is contained in:
cpwu 2022-08-30 14:14:37 +08:00
parent f3d5ac49b1
commit f4ddc6d393
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class TDTestCase:
tdSql.query(f"select * from {dbname}.macylr")
tdSql.checkRows(2)
tdSql.query("desc macylr")
tdSql.query(f"desc {dbname}.macylr")
tdSql.checkRows(25)
return