Rosetta Code: Farey sequence -- Tests Issue

The tests to pass the “Rosetta Code: Farey sequence” challenge do not match the challenge description.

For example, the description says “F4 = 0/1, 1/4, 1/3, 1/2, 2/3, 3/4, 1/1”.

The test for farey(4) expects the result [“1/4”, “1/3”, “1/2”, “2/4”, “2/3”, “3/4”].

Note the expected result omits both the first and last element while including an extra “2/4” element.

IMO, the test values are incorrect. If I’m wrong, please explain this discrepancy to me to help me understand.

Where should these types of issues be reported?

How can I assist with correcting this type of issue as it’s not the first I’ve encountered on freeCodeCamp?

Link to challenge: Rosetta Code: Farey sequence

Thank you,
Rick