Skip to content

Commit

Permalink
Revert "Test failing test"
Browse files Browse the repository at this point in the history
This reverts commit 7b2f51a.
  • Loading branch information
alexaka1 committed Aug 22, 2024
1 parent 7b2f51a commit 972d2f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void FormatTest()
ActivitySpanId.CreateFromString("fcfb4c32a12a3532".AsSpan())), writer);
writer.Flush();
Assert.Equal(
@"{""Timesttestsamp"":""1970-01-01T00:00:00.0000000\u002B00:00"",""Level"":""Debug"",""MessageTemplate"":""hello world"",""TraceId"":""3653d3ec94d045b9850794a08a4b286f"",""SpanId"":""fcfb4c32a12a3532"",""Properties"":{""hello"":""world""}}",
@"{""Timestamp"":""1970-01-01T00:00:00.0000000\u002B00:00"",""Level"":""Debug"",""MessageTemplate"":""hello world"",""TraceId"":""3653d3ec94d045b9850794a08a4b286f"",""SpanId"":""fcfb4c32a12a3532"",""Properties"":{""hello"":""world""}}",
Encoding.UTF8.GetString(stream.ToArray()));
}
}
Expand Down

0 comments on commit 972d2f6

Please sign in to comment.