Skip to content

Commit 9b4d87a

Browse files
committed
Running a failure test case.
1 parent fb1d5e6 commit 9b4d87a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ public void ParentResourceTest()
7070
{
7171
Assert.AreEqual(this.database, this.Container.Database);
7272
Assert.AreEqual(this.GetClient(), this.Container.Database.Client);
73+
}
74+
75+
[TestMethod]
76+
public void FalseTestSetup()
77+
{
78+
Assert.IsTrue(false);
7379
}
7480

7581
[TestMethod]

0 commit comments

Comments
 (0)