Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting committed Mar 24, 2023
1 parent b7fc5c6 commit afa7cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public void ToOtlpSpanTraceStateTest(bool traceStateWasSet)
}
else
{
Assert.True(string.IsNullOrEmpty(otlpSpan.TraceState));
Assert.Equal(string.Empty, otlpSpan.TraceState);
}
}

Expand Down

0 comments on commit afa7cf0

Please sign in to comment.