diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs index 3623ba751f..f46445fe1c 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs @@ -15,6 +15,12 @@ namespace Microsoft.Azure.Cosmos using Microsoft.Azure.Documents; using Microsoft.VisualStudio.TestTools.UnitTesting; + /// + /// Tests for exception-less behavior in Cosmos DB operations. + /// + /// + /// Reference: https://msdata.visualstudio.com/CosmosDB/_git/CosmosDB?path=/Product/SDK/.net/Microsoft.Azure.Cosmos.Friends/tests/ExceptionLessTests.cs + /// [VisualStudio.TestTools.UnitTesting.TestClass] public class ExceptionLessTests {