Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Jul 28, 2016
1 parent 59be986 commit 5dc127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestExtractInboundSpanWithZipkinTracer(t *testing.T) {
tempSpan := tracer.StartSpan("test")
tempSpan.Context().SetBaggageItem("x", "y")
headers := make(map[string]string)
carrier := opentracing.TextMapCarrier(headers)
carrier := tracingHeadersCarrier(headers)
err := tracer.Inject(tempSpan.Context(), opentracing.TextMap, carrier)
assert.NoError(t, err)

Expand Down

0 comments on commit 5dc127f

Please sign in to comment.