fix: add twa all types test

This commit is contained in:
Alex Duan 2024-01-16 14:00:26 +08:00
parent 086aa9c878
commit ff76f9835e
1 changed files with 4 additions and 0 deletions

View File

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