refactor: relocate convert

This commit is contained in:
debugtalk
2022-04-23 23:56:47 +08:00
parent 418a16fcee
commit c4426be6dd
8 changed files with 166 additions and 69 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ func (r *HRPRunner) Run(testcases ...ITestCase) error {
s := newOutSummary()
// load all testcases
testCases, err := loadTestCases(testcases...)
testCases, err := LoadTestCases(testcases...)
if err != nil {
log.Error().Err(err).Msg("failed to load testcases")
return err