Hi, I am new here and I am sorry if I am trying to leave a feedback in the wrong place.
I was solving the “orDer oF succeSsion” puzzle and noticed that all tests are passing even if one of the requirement is not implemented. I have all tests green and submitted my code successfully even though the age sorting was not implemented, only the gender sorting.
I think it would be great to add some tests to check the age sorting too.