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

Misrepresented question #30

Closed
idarlington opened this issue Jun 27, 2016 · 4 comments
Closed

Misrepresented question #30

idarlington opened this issue Jun 27, 2016 · 4 comments

Comments

@idarlington
Copy link
Contributor

In the Lists exercise, the question is this :

a.filter(_ % 2 != 0) should equal(List(  ? , ?  ))

but the code has this and the test is suited to it.

  a.filter {
      _ % 2 == 0
    } should equal(List(res3))
@idarlington
Copy link
Contributor Author

idarlington commented Jun 27, 2016

@raulraja,@dialelo what do you think?

@ghost
Copy link

ghost commented Jun 28, 2016

Hmm i fail to see the problem here, i believe the two exercises you are referring to are separate exercises:

lists

@ghost ghost closed this as completed Jun 28, 2016
@idarlington
Copy link
Contributor Author

Sure, just realised, my bad.

@ghost
Copy link

ghost commented Jun 28, 2016

No problem, thanks for your time!

This issue was closed.
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

No branches or pull requests

1 participant