Skip to content

Commit 82256f7

Browse files
committed
reverted accidental test change
1 parent 46cb4b6 commit 82256f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public async Task MultiHashReadItemTest()
177177
foreach (Document document in documents)
178178
{
179179
pKey = new PartitionKeyBuilder()
180-
//.Add(document.GetPropertyValue<string>("ZipCode"))
180+
.Add(document.GetPropertyValue<string>("ZipCode"))
181181
.Add(document.GetPropertyValue<string>("City"))
182182
.Build();
183183

0 commit comments

Comments
 (0)