Skip to content

Commit

Permalink
Two tiny character transposes /Mulitple/Multiple/ (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantorrie committed Apr 27, 2020
1 parent c23e09c commit 1e057df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/global/global_test.go
Expand Up @@ -40,7 +40,7 @@ func (*testMeterProvider) Meter(_ string) metric.Meter {
return &metric.NoopMeter{}
}

func TestMulitpleGlobalTracerProvider(t *testing.T) {
func TestMultipleGlobalTracerProvider(t *testing.T) {
p1 := testTraceProvider{}
p2 := trace.NoopProvider{}
global.SetTraceProvider(&p1)
Expand All @@ -53,7 +53,7 @@ func TestMulitpleGlobalTracerProvider(t *testing.T) {
}
}

func TestMulitpleGlobalMeterProvider(t *testing.T) {
func TestMultipleGlobalMeterProvider(t *testing.T) {
p1 := testMeterProvider{}
p2 := metric.NoopProvider{}
global.SetMeterProvider(&p1)
Expand Down

0 comments on commit 1e057df

Please sign in to comment.