fix test case

This commit is contained in:
Ganlin Zhao 2022-07-19 20:25:26 +08:00
parent 6be20e951d
commit af4ad5a837
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class TDTestCase:
tdSql.execute("use testdb")
# bug need fix
tdSql.query("select last_row(c1 ,NULL) from testdb.t1")
tdSql.error("select last_row(c1 ,NULL) from testdb.t1")
error_sql_lists = [
"select last_row from testdb.t1",