opentelemetry-collector/pdata/generated_package_test.go

14 lines
164 B
Go

// Code generated by mdatagen. DO NOT EDIT.
package pdata
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}