Skip to content

Commit

Permalink
revert unit test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed Jun 28, 2024
1 parent 46a4367 commit d745111
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/goctl/pkg/parser/api/parser/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ func Test_Parse(t *testing.T) {
for _, v := range testFile {
_, err := Parse(v, nil)
assertx.Error(t, err)
if err == nil {
data, _ := os.ReadFile(v)
fmt.Println(string(data))
}
}
})

Expand Down

0 comments on commit d745111

Please sign in to comment.