enh: word case modify to lower

This commit is contained in:
Alex Duan 2024-12-03 15:20:24 +08:00
parent f2285408df
commit dd3601bb8e
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class TDTestCase(TBase):
#print(errCodes) #print(errCodes)
# result # result
if failed > 0: if failed > 0:
tdLog.exit("Failed to Check the consistency of error codes between header and doc. " tdLog.exit("Failed to check the consistency of error codes between header and doc. "
f"failed:{failed}, ignored:{ignored}, all:{hLen}\n") f"failed:{failed}, ignored:{ignored}, all:{hLen}\n")
tdLog.info(f"Check consistency successfully. ok items={hLen - ignored}, ignored items={ignored}\n") tdLog.info(f"Check consistency successfully. ok items={hLen - ignored}, ignored items={ignored}\n")