Skip to content

Commit

Permalink
fix: include integration test in generate.go (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmz authored Oct 15, 2024
1 parent aa23f3d commit c39c5cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ func main() {
WritePath: filepath.Join(folderPath(), nameLower+"_test.go"),
ReplaceString: []string{"alchemy"},
},
{
TemplatePath: "pkg/detectors/alchemy/alchemy_integration_test.go",
WritePath: filepath.Join(folderPath(), nameLower+"_integration_test.go"),
ReplaceString: []string{"alchemy"},
},
})
// case "source":
// mustWriteTemplates([]templateJob{
Expand Down

0 comments on commit c39c5cb

Please sign in to comment.