Skip to content

Commit 954d25d

Browse files
committed
Update EndToEndTraceWriterBaselineTests.cs
1 parent 96190e1 commit 954d25d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Tracing/EndToEndTraceWriterBaselineTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,12 +757,10 @@ public async Task ValidateCorrectSubStatusCodeTestAsync()
757757

758758
try
759759
{
760-
ItemResponse<ToDoActivity> ir = await testContainer.ReadItemAsync<ToDoActivity>(testItem.id, new PartitionKey(testItem.pk));
761-
Console.WriteLine(ir.Diagnostics);
760+
ItemResponse<ToDoActivity> _ = await testContainer.ReadItemAsync<ToDoActivity>(testItem.id, new PartitionKey(testItem.pk));
762761
}
763762
catch (CosmosException ex)
764763
{
765-
Console.WriteLine(ex.Diagnostics);
766764
Assert.IsTrue(ex.Diagnostics.ToString().Contains("ReadSessionNotAvailable"));
767765
}
768766
finally

0 commit comments

Comments
 (0)