Skip to content

Commit d32ff17

Browse files
[Api] Fix-up rebase
Add missing field.
1 parent 1bc9f88 commit d32ff17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/OpenTelemetry.Tests/Trace/Propagation/TraceContextPropagatorTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public class TraceContextPropagatorTests
1414
private const string TraceId = "0af7651916cd43dd8448eb211c80319c";
1515
private const string SpanId = "b9c7c989f97918e1";
1616

17+
private static readonly IEnumerable<string> Empty = [];
18+
1719
private static readonly Func<IDictionary<string, string>, string, IEnumerable<string>> Getter =
1820
static (headers, name) => headers.TryGetValue(name, out var value) ? [value] : [];
1921

0 commit comments

Comments
 (0)