Skip to content

Commit

Permalink
197 - Change test package name to collector
Browse files Browse the repository at this point in the history
Signed-off-by: santosh <bsantosh@thoughtworks.com>
  • Loading branch information
bhiravabhatla committed Mar 1, 2021
1 parent 0f2dd8a commit 3dec4ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/collector/annotations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package collector_test
package collector

import (
"testing"
Expand All @@ -21,7 +21,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/open-telemetry/opentelemetry-operator/api/v1alpha1"
. "github.com/open-telemetry/opentelemetry-operator/pkg/collector"
)

func TestAnnotations(t *testing.T) {
Expand Down

0 comments on commit 3dec4ea

Please sign in to comment.