fix: goctl unit test (#3636)

This commit is contained in:
kesonan
2023-10-17 19:15:32 +08:00
committed by GitHub
parent 87b7a1120d
commit d84dfe1b20
6 changed files with 29 additions and 21 deletions

View File

@@ -16,6 +16,7 @@ import (
)
func TestFileSplitor(t *testing.T) {
t.Skip("skip this test because it is used to split the apiparser_parser.go file by developer.")
dir := "."
data, err := os.ReadFile(filepath.Join(dir, "apiparser_parser.go"))
if err != nil {