learn-co-curriculum / collections_practice_vol_2

More practice with iteration and nested data structures
Other
0 stars 5 forks source link

count_elements test description is wrong #17

Closed GuttermanA closed 5 years ago

GuttermanA commented 6 years ago

The test text is: count how many times something appears in an array

The test is actually on count how many times a value appears in a hash.

maxwellbenton commented 5 years ago

Hi @GuttermanA,

Thank you for opening this issue and providing feedback. We've updated this lesson's tests and changed the wording on this test so that it more accurately describes what is being expected. We've also added instructions and examples in the readme to help prevent confusion for future students, which should prevent this issue from occuring in the future.

Thank you for contributing to this lesson!