This commit is contained in:
cpwu 2022-05-13 12:02:28 +08:00
parent 28915c9e0c
commit 19a99450ee
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class TDTestCase:
# 查看用户 # 查看用户
tdLog.printNoPrefix("==========step2: show user test") tdLog.printNoPrefix("==========step2: show user test")
tdSql.query("show users") tdSql.query("show users")
tdSql.checkRows(self.users_count + 2) tdSql.checkRows(self.users_count + 1)
# 密码登录认证 # 密码登录认证
self.login_currrent(self.__user_list[0], self.__passwd_list[0]) self.login_currrent(self.__user_list[0], self.__passwd_list[0])