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

Fix Local.get_all with false values #186

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Fix Local.get_all with false values #186

merged 1 commit into from
Jan 26, 2023

Conversation

renatoaguiar
Copy link
Contributor

This fixes a bug in get_all function from Local adapter that was causing keys that are set to 'false' to not be included in the returned map.

It also adds multiple unit tests for Local caches with boolean values.

This is similar to #111

This fixes a bug in get_all function from Local adapter that was causing
keys that are set to 'false' to not be included in the returned map.

It also adds multiple unit tests for Local caches with boolean values.
@coveralls
Copy link

coveralls commented Jan 26, 2023

Coverage Status

Coverage: 100.0%. Remained the same when pulling 7080bea on renatoaguiar:fix-local-get_all-with-false-values into c019602 on cabol:master.

@cabol cabol merged commit 8b32464 into cabol:master Jan 26, 2023
@renatoaguiar renatoaguiar deleted the fix-local-get_all-with-false-values branch January 26, 2023 15:04
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.

3 participants