fix: fix case issue

This commit is contained in:
dapan1121 2023-08-28 15:35:36 +08:00
parent 0cce255a02
commit 5213fc3256
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class TDTestCase:
tdSql.checkEqual(20470,len(tdSql.queryResult))
tdSql.query("select * from information_schema.ins_columns where db_name ='information_schema'")
tdSql.checkEqual(195, len(tdSql.queryResult))
tdSql.checkEqual(193, len(tdSql.queryResult))
tdSql.query("select * from information_schema.ins_columns where db_name ='performance_schema'")
tdSql.checkEqual(54, len(tdSql.queryResult))