Hello,
After completing line 26 with noObjectShouldBeEqualToNull. I believe the overridden (to false) equals method should cause line 57 to flag as incorrect. However, the evaluation goes straight to line 94 and asks for a new hashCode method to be implemented.
Am I misunderstanding the koan here, am I required to write new equals and a new hashcode to get line 57 to flag?
Thanks