Skip to content

Commit

Permalink
Store fixtures in testdata directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 13, 2020
1 parent 16007e1 commit 0b70a4a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var invalidCases = []string{
}

func absolutize(file string) string {
return filepath.Join("..", "..", "test", "fixtures", "parser", file)
return filepath.Join("..", "..", "testdata", "parser", file)
}

func TestValidConfigs(t *testing.T) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b70a4a

Please sign in to comment.