Commit Graph

5 Commits (d27f5a7d41bf0ac775836c87171f88e59257fb6a)

Author SHA1 Message Date
Pete Pavlovski 72aaa15e6a
fix(hashmap2): Update incorrect assertion (#660)
The test description says "at least five types of fruit", but the test itself is checking for exactly five types of fruit, which was a bit misleading for newcomers like me :) 

A simple change from "==" to ">=" should do the trick and successfully check for the "at least" condition.
3 years ago
Abdou Seck f2ad3a6a0b
Merge pull request #697 from WowSuchRicky/main
Rename 'Lichi' to 'Lychee' in the fruit example
3 years ago
WowSuchRicky b790bafc02 Rename lichi to lychee in the fruit example 3 years ago
Mickael Fortunato ab9995e76e doc: Update collections exercises instruction to match the standard naming 4 years ago
sazid 633c00cf80 feat: Add HashMap exercises 4 years ago