Skip to content

Commit

Permalink
Clarify test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Nov 22, 2024
1 parent de98c38 commit bd37d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/serverless/trace/span_modifer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func TestSpanModifierAddsOriginToAllSpans(t *testing.T) {
testOriginTags(false)
}

func TestSpanModifierAddsFunctionTagsToAllSpans(t *testing.T) {
func TestSpanModifierAddsFunctionTagsToInvocationSpan(t *testing.T) {
cfg := config.New()
cfg.GlobalTags = map[string]string{
"service": "myTestService",
Expand Down

0 comments on commit bd37d3b

Please sign in to comment.