Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Aug 5, 2016
1 parent 37e2802 commit e0ef8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions propagation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func TestSpanPropagator(t *testing.T) {
tests := []struct {
format, carrier, formatName interface{}
}{
{SpanContextFormat, new(SpanContext), "TraceContextFormat"},
{opentracing.Binary, new(bytes.Buffer), "Binary"},
{opentracing.TextMap, mapc, "TextMap"},
{opentracing.HTTPHeaders, httpc, "HTTPHeaders"},
Expand Down

0 comments on commit e0ef8be

Please sign in to comment.