Add test to ensure that Delete returns no error for missing keys#162
Conversation
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
Stebalien
left a comment
There was a problem hiding this comment.
Thanks. For context, this API was recently (ish) changed. That's why go-ds-crdt returned an error.
Make sure that Delete does not treat a missing key as an error. Would've caught ipfs/go-ds-crdt#62.