test: revert failed case

This commit is contained in:
chenhaoran 2024-01-08 16:49:02 +08:00
parent 031bcaec8f
commit 767feba65a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class TDTestCase:
# check ts interval is correct
sql = "select * from ( select diff(_wstart) as tsdif from sta ) where tsdif != 10;"
tdSql.query(sql)
tdSql.checkRows(1)
tdSql.checkRows(0)
# stop
def stop(self):