We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cb4b6 commit 82256f7Copy full SHA for 82256f7
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosMultiHashTest.cs
@@ -177,7 +177,7 @@ public async Task MultiHashReadItemTest()
177
foreach (Document document in documents)
178
{
179
pKey = new PartitionKeyBuilder()
180
- //.Add(document.GetPropertyValue<string>("ZipCode"))
+ .Add(document.GetPropertyValue<string>("ZipCode"))
181
.Add(document.GetPropertyValue<string>("City"))
182
.Build();
183
0 commit comments