Skip to content

Commit 1a7be2a

Browse files
protein-translation: update test name
1 parent 9d06d85 commit 1a7be2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/protein-translation/ProteinTranslationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void Translation_stops_if_stop_codon_in_middle_of_six_codon_sequence()
159159
}
160160

161161
[Fact(Skip = "Remove this Skip property to run this test")]
162-
public void Sequence_of_two_non_stop_codons_does_not_translate_stop_codon()
162+
public void Sequence_of_two_non_stop_codons_does_not_translate_to_a_stop_codon()
163163
{
164164
Assert.Equal(new[] { "Methionine", "Methionine" }, ProteinTranslation.Proteins("AUGAUG"));
165165
}

0 commit comments

Comments
 (0)