test:update the test case.

This commit is contained in:
Haojun Liao 2022-07-16 17:19:21 +08:00
parent ea4a252305
commit ed2384036f
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class TDTestCase:
tdSql.query(" select unique(t1+c1) from stb1 ")
tdSql.checkRows(13)
tdSql.query(" select unique(t1+c1) from stb1 partition by tbname ")
tdSql.checkRows(13)
tdSql.checkRows(20)
tdSql.query(" select unique(t1) from stb1 partition by tbname ")
tdSql.checkRows(2)