Skip to content

Commit

Permalink
Test of no important changes (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Oct 17, 2024
1 parent d18b283 commit 77a48aa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,9 @@ data TestRun: test(run, active) end
test(incomplete-sequence, false),
test(incomplete-sequence-with-stop, false)
].each(lam(t): when t.active: t.run() end end)

fun ignore-this-trying-to-trigger-important-files():
check "Incomplete RNA sequence can translate if valid until a STOP codon":
proteins("UUCUUCUAAUGGU") is [list: "Phenylalanine", "Phenylalanine"]
end
end

0 comments on commit 77a48aa

Please sign in to comment.