Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
johananl committed Nov 15, 2020
1 parent 81638a6 commit 6f0486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/span_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (t *testSpanProcessor) Shutdown(_ context.Context) error {
func (t *testSpanProcessor) ForceFlush() {
}

func TestRegisterSpanProcessort(t *testing.T) {
func TestRegisterSpanProcessor(t *testing.T) {
name := "Register span processor before span starts"
tp := basicTracerProvider(t)
spNames := []string{"sp1", "sp2", "sp3"}
Expand Down

0 comments on commit 6f0486b

Please sign in to comment.