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

Add find_if tests #194

Closed
tcbrindle opened this issue Jul 19, 2024 · 0 comments · Fixed by #212
Closed

Add find_if tests #194

tcbrindle opened this issue Jul 19, 2024 · 0 comments · Fixed by #212
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@tcbrindle
Copy link
Owner

From #193 by @Guekka:

Sidenote: while writing this, I've noticed find_if doesn't seem tested?

Embarrassingly, it's true, we don't have specific tests for find_if and find_if_not (although they're used in the implementation of filter and various other places, so we know they work...)

The lack of tests should be fixed.

@tcbrindle tcbrindle added bug Something isn't working good first issue Good for newcomers labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant