exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
320 stars 540 forks source link

protein-translation: remove incorrect test #2422

Closed senekor closed 3 months ago

senekor commented 3 months ago

The codon AAA maps to the amino acid lysine. While it is not listed in the exercise instructions, users should be free to implement the translation for all amino acids.

Since we cannot delete tests, this is done by making another test reimplement the incorrect one.

Link to discussion on the forum.