Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Sep 15, 2021
1 parent f87c86a commit c74307d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public void ContainerPropertiesDeserializeWithAdditionalDataTest()
[TestMethod]
public void ClientEncryptionKeyPropertiesDeserializeWithAdditionalDataTest()
{
string cosmosSerialized = "{\"id\":\"id\",\"encryptionAlgorithmId\":\"encryptionAlgorithm\",\"wrappedDataEncryptionKey\":\"AA==\",\"keyWrapMetadata\":{\"type\":\"type\",\"name\":\"name\",\"value\":\"value\", \"additional\":\"value\"}}";
string cosmosSerialized = "{\"id\":\"id\",\"encryptionAlgorithm\":\"encryptionAlgorithm\",\"wrappedDataEncryptionKey\":\"AA==\",\"keyWrapMetadata\":{\"type\":\"type\",\"name\":\"name\",\"value\":\"value\", \"additional\":\"value\"}}";

JObject complexObject = JObject.FromObject(new { id = 1, name = new { fname = "fname", lname = "lname" } });

Expand Down

0 comments on commit c74307d

Please sign in to comment.