Skip to content

Commit

Permalink
unit test fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Manik2708 <[email protected]>
  • Loading branch information
Manik2708 committed Dec 22, 2024
1 parent d02df1b commit fec96b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/keyvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var toSpanKind = map[string]SpanKind{
"producer": SpanKindProducer,
"consumer": SpanKindConsumer,
"internal": SpanKindInternal,
"": SpanKindUnspecified,
}

func SpanKindFromString(kind string) (SpanKind, error) {
Expand Down

0 comments on commit fec96b1

Please sign in to comment.