Skip to content

Commit

Permalink
Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTe…
Browse files Browse the repository at this point in the history
…sts/NameRoutingTests.cs

Co-Authored-By: Matias Quaranta <[email protected]>
  • Loading branch information
j82w and ealsur authored Dec 2, 2019
1 parent c616f76 commit 56e23e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ public async Task TestInvalidPartitionKeyException()
{
createItemCount++;
string pk = requestMessage.Headers.PartitionKey;
Assert.IsFalse(string.Equals(partitionKey, pk), $"Same PK value should not be sent again. PK value:{pk}");
Assert.AreEqual(partitionKey, pk, $"Same PK value should not be sent again. PK value:{pk}");
partitionKey = pk;
}
};
Expand Down

0 comments on commit 56e23e1

Please sign in to comment.