-
Notifications
You must be signed in to change notification settings - Fork 178
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
returning Nil on empty IntMap as done in corresponding functions for Map #1065
Conversation
The link to the issue doesn't work . |
@treeowl Fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust the property tests accordingly.
Thanks for the PR. Your change seems fine, but as mentioned above please update/add property tests for affected functions. These will be in |
@meooow25 , it's obviously not an issue for this PR, but it looks like we only have unit tests for these and many other |
So, what is it that I should be doing here, Should I just update that assertion to have this change also included in that or you want me to add property tests for this as well. |
I took at look at the tests we have. You could add a new unit test for the empty map case in
Yes that's not ideal, we should look into having property tests for everything. |
Not able to come up with property tests yet, apologies. |
Don't worry about that. @meooow25 opened a new issue to deal with that. |
Thanks! |
Closes #1061
@meooow25