Skip to content

Commit

Permalink
Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 12, 2024
1 parent f20df0b commit 42b9d60
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ defmodule ProteinTranslationTest do
assert ProteinTranslation.of_rna(strand) == {:error, "invalid RNA"}
end

@tag :pending
test "known amino acids, but invalid codon, invalid RNA" do
strand = "AAA"
assert ProteinTranslation.of_rna(strand) == {:error, "invalid RNA"}
end

@tag :pending
test "unknown amino acids, not part of a codon, invalid RNA" do
strand = "XYZ"
Expand Down

0 comments on commit 42b9d60

Please sign in to comment.