-
Notifications
You must be signed in to change notification settings - Fork 38
Minor update to the Mutator so that it doesn't try to update false values #40
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
Conversation
Thanks for your contribution. I have written a more elaborate comment on this pull request in #39 |
…s when mapping the data, also updated the mapRawData method to ignore false values
Can you also add these checks for the Native adapter? |
3 similar comments
Added the test to the Native mapper as well; however I cannot for the life of me work out why the code coverage doesn't catch the exception line of code... |
I can't figure it out either. Thanks for updating your PR. Maybe one day we'll figure out what's wrong with the coverage ;) |
Minor update to the Mutator so that it doesn't try to update false values
This will stop the values from failing; may be a better solution?