Skip to content

Commit

Permalink
protein-translation: remove incorrect test (#2422)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
senekor committed Apr 9, 2024
1 parent 6bbd4a3 commit 72d52dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/protein-translation/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
},
{
"uuid": "9eac93f3-627a-4c90-8653-6d0a0595bc6f",
"reimplements": "1e75ea2a-f907-4994-ae5c-118632a1cb0f",
"description": "Unknown amino acids, not part of a codon, can't translate",
"comments": [
"It's up to a track how to behave when a character is encountered ",
Expand Down

0 comments on commit 72d52dd

Please sign in to comment.