change: TestCasePath Path field

This commit is contained in:
debugtalk
2021-10-10 01:09:36 +08:00
parent b69b7dd00c
commit e1411c36da
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ func (tc *TestCase) ToStruct() (*TestCase, error) {
}
type TestCasePath struct {
string
Path string
}
func (path *TestCasePath) ToStruct() (*TestCase, error) {