fix:ci error

This commit is contained in:
wangmm0220 2023-05-22 18:36:47 +08:00
parent c95e314896
commit b9c613da75
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class TDTestCase:
tdSql.query("select count(*) from information_schema.ins_columns")
# enterprise version: 285, community version: 277
tdSql.checkData(0, 0, 285)
tdSql.checkData(0, 0, 288)
tdSql.query("select * from information_schema.ins_columns where table_name = 'ntb'")
tdSql.checkRows(14)