From b0d85531f77d03f8aa8bc1942cd5201f09e5a5c3 Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Fri, 18 Jul 2014 11:29:07 +0200 Subject: [PATCH] Fixed erroneous unit tests. --- tests/test_describe.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_describe.py b/tests/test_describe.py index ef6f9cd5..f1ccb618 100644 --- a/tests/test_describe.py +++ b/tests/test_describe.py @@ -163,12 +163,12 @@ class TestDescribe(MutalyzerTest): """ Test 17. """ - self._single_variant("ACGTCGTATCGCTAGCTTCGGGGGATAGATAGAGATATAGAGAT", - ("inv", 7, 8, 7, 8, "AT", "TA", "7_8inv")) + self._single_variant("ACGTCTCTTCGCTAGCTTCGGGGGATAGATAGAGATATAGAGAT", + ("inv", 6, 7, 6, 7, "GA", "TC", "6_7inv")) def test18(self): """ Test 18. """ - self._single_variant("ACGTCGTATCGCTAGCTTCGGGGGATAGATAGAGATATAGAGAT", + self._single_variant("ACGTCGTCTCGCTAGCTTCGGGGGATAGATAGAGATATAGAGAT", ("delins", 7, 8, 7, 8, "AT", "TC", "7_8delinsTC")) -- GitLab