Skip to content

Commit

Permalink
Fix indentation in protein-translation tests (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Oct 30, 2023
1 parent d436e77 commit 28616f2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ fun non-existent-codon():
end

fun unknown-codon():
check "Unknown amino acids, not part of a codon, can't translate":
proteins("XYZ") raises "Invalid codon"
end
check "Unknown amino acids, not part of a codon, can't translate":
proteins("XYZ") raises "Invalid codon"
end
end

fun incomplete-sequence():
Expand Down Expand Up @@ -227,4 +227,4 @@ data TestRun: test(run, active) end
test(unknown-codon, false),
test(incomplete-sequence, false),
test(incomplete-sequence-with-stop, false)
].each(lam(t): when t.active: t.run() end end)
].each(lam(t): when t.active: t.run() end end)

0 comments on commit 28616f2

Please sign in to comment.