Skip to content

Commit

Permalink
fixing go vet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kehoecj committed Aug 31, 2023
1 parent 24955aa commit 83499a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/finder/finder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ func Test_fsFinderExcludeDirs(t *testing.T) {

func Test_fsFinderCustomTypes(t *testing.T) {
jsonFileType := filetype.FileType{
"json",
[]string{"json"},
validator.JsonValidator{},
Name: "json",
Extensions: []string{"json"},
Validator: validator.JsonValidator{},
}
fsFinder := FileSystemFinderInit(
WithPathRoot("../../test/fixtures"),
Expand Down

0 comments on commit 83499a8

Please sign in to comment.