Skip to content

Commit

Permalink
Minor styling improvements - initialisms (open-telemetry#220)
Browse files Browse the repository at this point in the history
* Minor styling improvements - initialisms

* fix typo
  • Loading branch information
matej-g authored and rghetia committed Oct 22, 2019
1 parent e4052cf commit cf62d12
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion propagation/http_b3_propagator_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,4 +542,4 @@ var injectB3SingleleHeader = []injectTest{
propagation.B3ParentSpanIDHeader,
},
},
}
}
2 changes: 1 addition & 1 deletion propagation/http_b3_propagator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestHTTPB3Propagator_GetAllKeys(t *testing.T) {
}
}

func TestHttpB3PropagatorWithSingleHeader_GetAllKeys(t *testing.T) {
func TestHTTPB3PropagatorWithSingleHeader_GetAllKeys(t *testing.T) {
propagator := propagation.HTTPB3Propagator{true}
want := []string{
propagation.B3SingleHeader,
Expand Down
2 changes: 1 addition & 1 deletion propagation/http_trace_context_propagator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ func TestInjectCorrelationContextToHTTPReq(t *testing.T) {
}
}

func TestHttpTraceContextPropagator_GetAllKeys(t *testing.T) {
func TestHTTPTraceContextPropagator_GetAllKeys(t *testing.T) {
var propagator propagation.HTTPTraceContextPropagator
want := []string{"Traceparent", "Correlation-Context"}
got := propagator.GetAllKeys()
Expand Down

0 comments on commit cf62d12

Please sign in to comment.