Skip to content

Commit

Permalink
[chore][extension/healthcheckv2] Move package test to generated (open…
Browse files Browse the repository at this point in the history
…-telemetry#32725)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
`goleak` checks are enabled by the health check v2 extension, but
they're in `package_test.go` instead of `generated_package_test.go`.
This PR is the result of running `make generate` locally, as it creates
the `generated_package_test.go`, which ends up conflicting with the
`package_test.go` file.
  • Loading branch information
crobert-1 authored Apr 29, 2024
1 parent 9a67163 commit 9bd1201
Showing 1 changed file with 1 addition and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bd1201

Please sign in to comment.