You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, the assertion parameter of the Map, and the refactor for countsByEmoji both need to be changed to solve the kata, which ideally should not be the case.
Additionally, the solution in slides.md itself refers to an outdated test not present in the Test Class.
Some other solutions within the same slides.md need to be refactored to have better naming.
The text was updated successfully, but these errors were encountered:
Currently, the method
immutablePetCountsByEmoji
has incorrect Assertion on a Map.Here, the assertion parameter of the Map, and the refactor for
countsByEmoji
both need to be changed to solve the kata, which ideally should not be the case.Additionally, the solution in slides.md itself refers to an outdated test not present in the Test Class.
Some other solutions within the same slides.md need to be refactored to have better naming.
The text was updated successfully, but these errors were encountered: