fix: add database name

This commit is contained in:
Alex Duan 2024-01-16 18:21:58 +08:00
parent ff76f9835e
commit 0f88e3d3a2
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class TDTestCase:
# stddev
tdSql.checkData(0, 5, 0, True)
sql = f"select twa({col}) from d0"
sql = f"select twa({col}) from {dbname}.d0"
tdSql.query(sql)
tdSql.checkData(0, 0, 1, True)