mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
commit
ae5f6482fd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ tests =
|
|||
\() ->
|
||||
Expect.equal { a = 0, t = 0, c = 0, g = 0 }
|
||||
(nucleotideCounts "")
|
||||
, test "repetitive-sequence-has-only-guanosine" <|
|
||||
, test "repetitive sequence has only guanine" <|
|
||||
\() ->
|
||||
Expect.equal { a = 0, t = 0, c = 0, g = 8 }
|
||||
(nucleotideCounts "GGGGGGGG")
|
||||
|
|
Loading…
Reference in a new issue