Skip to content

Commit b3dc4f4

Browse files
Vihas Splunkatoulme
Vihas Splunk
authored andcommitted
fix: compilation error in tests
1 parent 67d4811 commit b3dc4f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extension/encoding/jaegerencodingextension/jaeger_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ import (
88
"testing"
99

1010
"github.com/gogo/protobuf/jsonpb"
11-
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
1211
"github.com/stretchr/testify/assert"
1312
"github.com/stretchr/testify/require"
1413
"go.opentelemetry.io/collector/pdata/pcommon"
1514
"go.opentelemetry.io/collector/pdata/ptrace"
15+
16+
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
1617
)
1718

1819
func TestUnmarshalJaeger(t *testing.T) {
@@ -44,7 +45,7 @@ func TestUnmarshalJaeger(t *testing.T) {
4445
bytes: protoBytes,
4546
},
4647
{
47-
unmarshaler: jaegerJsonTrace{},
48+
unmarshaler: jaegerJSONTrace{},
4849
encoding: "jaeger_json",
4950
bytes: jsonBytes.Bytes(),
5051
},

0 commit comments

Comments
 (0)