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 Filter iterator docstring #6

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

pippolo84
Copy link
Member

Filter iterator ranges over the objects and skips the ones for which the predicate is not true. The commit fixes the wording of the function docstring that was stating the opposite.
Add a simple unit test to validate Filter iterator semantic.

Filter iterator ranges over the objects and skips the ones for which the
predicate is not true.  The commit fixes the wording of the function
docstring that was stating the opposite.

Signed-off-by: Fabio Falzoi <[email protected]>
Add a simple unit test to validate the Filter iterator semantic.

Signed-off-by: Fabio Falzoi <[email protected]>
@joamaki joamaki merged commit 7f78035 into cilium:main Apr 3, 2024
1 check passed
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.

2 participants