Skip to content

Commit

Permalink
Formatted temp comments properly in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruson committed Dec 6, 2023
1 parent 6d2c7ee commit e516460
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,18 +1128,17 @@ public async Task SiblingActivityCreatedWhenIdFormatIsNotW3CWithTraceFlagsNone()
Assert.True(res.IsSuccessStatusCode);
Assert.False(result);

//using (var client = this.factory
// using (var client = this.factory
// .CreateClient())
//{
// {
// var req = new HttpRequestMessage(HttpMethod.Get, "/api/values");
// var traceParent = "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-00";
// req.Headers.Add("traceparent", traceParent);
// var res = await client.SendAsync(req);

// Assert.True(res.IsSuccessStatusCode);
// Assert.Single(exportedItems);
// Assert.Equal(traceParent, exportedItems[0].ParentId);
//}
// }

tracerProvider.Dispose();
}
Expand Down

0 comments on commit e516460

Please sign in to comment.