test: projDir is error

This commit is contained in:
Alex Duan 2023-04-04 14:07:41 +08:00
parent cd99a611ac
commit 3f694e3860
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ class TDTestCase:
projPath = selfPath[:selfPath.find("community")]
else:
projPath = selfPath[:selfPath.find("tests")]
self.projDir += f"{projPath}sim/"
tdLog.info(f" init projPath={projPath}")
self.projDir = f"{projPath}sim/"
tdLog.info(f" init projPath={self.projDir}")
self.column_dict = {
'ts': 'timestamp',