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

testAnyCustomerFromCity does not match findCustomerFrom's description #42

Open
vabr-g opened this issue Jan 27, 2023 · 0 comments
Open

Comments

@vabr-g
Copy link

vabr-g commented Jan 27, 2023

This is about https://play.kotlinlang.org/koans/Collections/All%20Any%20and%20other%20predicates/Task.kt.

findCustomerFrom should "return a customer who lives in a given city". Looking at https://github.com/Kotlin/kotlin-koans-edu/blob/master/Collections/All%20Any%20and%20other%20predicates/test/TestShop.kt#L61, that's lucas or cooper.

However, https://github.com/Kotlin/kotlin-koans-edu/blob/master/Collections/All%20Any%20and%20other%20predicates/test/tests.kt#L24 only recognises lucas.

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 a pull request may close this issue.

1 participant