From 14f2aa5363331e01bc61686b3eb2ff07457aa63c Mon Sep 17 00:00:00 2001 From: "Abhijit P. Pai" Date: Fri, 5 Jul 2019 00:50:35 +0530 Subject: [PATCH] Dummy --- .../Batch/BatchTestBase.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs index 8c7840becc..e759721870 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs @@ -57,14 +57,8 @@ public class BatchTestBase // Documents in PartitionKey1 protected TestDoc TestDocPk1ExistingA { get; set; } - - // Documents in PartitionKey1 protected TestDoc TestDocPk1ExistingB { get; set; } - - // Documents in PartitionKey1 protected TestDoc TestDocPk1ExistingC { get; set; } - - // Documents in PartitionKey1 protected TestDoc TestDocPk1ExistingD { get; set; } public static void ClassInit(TestContext context)