Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Delete() function #18

Merged
merged 1 commit into from
Jan 12, 2017
Merged

Conversation

oconnormi
Copy link
Contributor

Delete function was creating a new array that contained only the key that was meant for deletion instead of everything else. The tests missed this since there was nothing that was asserting on the contents of the properties after a delete, just the number of items present.

@magiconair
Copy link
Owner

Good find. Thanks a lot. Amazing that this went unnoticed for so long.

@magiconair magiconair merged commit 123d16a into magiconair:master Jan 12, 2017
@magiconair magiconair added this to the 1.7.1 milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants