File tree 1 file changed +3
-2
lines changed
extension/encoding/jaegerencodingextension
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ import (
8
8
"testing"
9
9
10
10
"github.com/gogo/protobuf/jsonpb"
11
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
12
11
"github.com/stretchr/testify/assert"
13
12
"github.com/stretchr/testify/require"
14
13
"go.opentelemetry.io/collector/pdata/pcommon"
15
14
"go.opentelemetry.io/collector/pdata/ptrace"
15
+
16
+ "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
16
17
)
17
18
18
19
func TestUnmarshalJaeger (t * testing.T ) {
@@ -44,7 +45,7 @@ func TestUnmarshalJaeger(t *testing.T) {
44
45
bytes : protoBytes ,
45
46
},
46
47
{
47
- unmarshaler : jaegerJsonTrace {},
48
+ unmarshaler : jaegerJSONTrace {},
48
49
encoding : "jaeger_json" ,
49
50
bytes : jsonBytes .Bytes (),
50
51
},
You can’t perform that action at this time.
0 commit comments