mirror of
https://github.com/correl/elm.git
synced 2024-12-18 19:21:37 +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 }
|
Expect.equal { a = 0, t = 0, c = 0, g = 0 }
|
||||||
(nucleotideCounts "")
|
(nucleotideCounts "")
|
||||||
, test "repetitive-sequence-has-only-guanosine" <|
|
, test "repetitive sequence has only guanine" <|
|
||||||
\() ->
|
\() ->
|
||||||
Expect.equal { a = 0, t = 0, c = 0, g = 8 }
|
Expect.equal { a = 0, t = 0, c = 0, g = 8 }
|
||||||
(nucleotideCounts "GGGGGGGG")
|
(nucleotideCounts "GGGGGGGG")
|
||||||
|
|
Loading…
Reference in a new issue