This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Description
Hi, I am encountering an issue in using the private data collection functionality. I realize this is a newer feature, however, I am wondering if all the functionality is implemented? Can private data collection entries be deleted in the fabric-mock-stub package? In particular, I am able to use the putPrivateData and getPrivateData functions, but the deletePrivateData does not seem to delete the key from the collection. I tried:
- putPrivateData -> key="1234", value="5678" - success
- deletePrivateData -> key="1234" - success
- queryPrivateData -> key="1234" - success
However the final query is returning the "5678" value. But it is supposed to fail. Thanks