We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1d5e6 commit 9b4d87aCopy full SHA for 9b4d87a
1 file changed
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs
@@ -70,6 +70,12 @@ public void ParentResourceTest()
70
{
71
Assert.AreEqual(this.database, this.Container.Database);
72
Assert.AreEqual(this.GetClient(), this.Container.Database.Client);
73
+ }
74
+
75
+ [TestMethod]
76
+ public void FalseTestSetup()
77
+ {
78
+ Assert.IsTrue(false);
79
}
80
81
[TestMethod]
0 commit comments