fix test case

This commit is contained in:
factosea 2024-07-04 19:34:12 +08:00
parent 593d8adc42
commit 748e34f15e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class TDTestCase:
tdSql.checkRows(90)
tdSql.query(f"select c1 , diff(c1 , 0) from {dbname}.stb partition by c1")
tdSql.checkRows(140)
tdSql.checkRows(139)
tdSql.query(f"select c1 , csum(c1) from {dbname}.stb partition by c1")
tdSql.checkRows(100)