Merge pull request #133 from albronca/patch-1

Fix test title
This commit is contained in:
Erik Simmler 2017-03-31 19:53:43 -04:00 committed by GitHub
commit ae5f6482fd

View file

@ -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")