Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Fix component test template (#12350)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR makes `"go.opentelemetry.io/collector/component"` to be always present to create component type: ``` var typ = component.MustNewType("{{ .Type }}") ``` cc @mx-psi <!-- Issue number if applicable --> #### Link to tracking issue Relevant to #12305 <!--Describe what testing was performed and which tests were added.--> #### Testing n/a <!--Describe the documentation added.--> #### Documentation n/a <!--Please delete paragraphs that you did not use before submitting.-->
- Loading branch information