Skip to content

Commit

Permalink
update doctest for nil key
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Nov 22, 2023
1 parent 88262f4 commit 7967e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kafee/producer/message.ex
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ defmodule Kafee.Producer.Message do
}
iex> get_otel_span_attributes(%Message{
...> key: nil,
...> value: "message value"
...> })
%{
Expand Down

0 comments on commit 7967e5b

Please sign in to comment.