Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerzal committed May 12, 2019
1 parent c129644 commit 0049d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ func TestSkipMustParseVendor(t *testing.T) {
func TestApiParseTag(t *testing.T) {
searchDir := "testdata/tags"
mainAPIFile := "main.go"
p := New("")
p := New("testdata/tags")
p.PropNamingStrategy = PascalCase
p.ParseAPI(searchDir, mainAPIFile)

Expand Down
2 changes: 1 addition & 1 deletion testdata/simple2/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-04-16 13:15:55.725922751 +0200 CEST m=+0.037314828
// 2019-05-12 11:53:26.813193671 +0200 CEST m=+0.031104467

package docs

Expand Down
2 changes: 1 addition & 1 deletion testdata/simple3/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-04-16 13:15:55.734596185 +0200 CEST m=+0.045988293
// 2019-05-12 11:53:26.818257659 +0200 CEST m=+0.036168460

package docs

Expand Down

0 comments on commit 0049d30

Please sign in to comment.