change: convert case compatiblity

This commit is contained in:
lilong.129
2024-11-09 23:21:51 +08:00
parent a76e8b9a90
commit 7cac7742d2
8 changed files with 186 additions and 175 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ func (c *CaseHar) ToTestCase() (*hrp.TestCaseDef, error) {
Config: c.prepareConfig(),
Steps: teststeps,
}
err = tCase.MakeCompat()
err = hrp.ConvertCaseCompatibility(tCase)
if err != nil {
return nil, err
}