Skip to content

Commit

Permalink
fix: compilation error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihas Splunk authored and atoulme committed Dec 23, 2023
1 parent 67d4811 commit b3dc4f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extension/encoding/jaegerencodingextension/jaeger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import (
"testing"

"github.com/gogo/protobuf/jsonpb"
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/ptrace"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
)

func TestUnmarshalJaeger(t *testing.T) {
Expand Down Expand Up @@ -44,7 +45,7 @@ func TestUnmarshalJaeger(t *testing.T) {
bytes: protoBytes,
},
{
unmarshaler: jaegerJsonTrace{},
unmarshaler: jaegerJSONTrace{},
encoding: "jaeger_json",
bytes: jsonBytes.Bytes(),
},
Expand Down

0 comments on commit b3dc4f4

Please sign in to comment.