Skip to content
Snippets Groups Projects
Commit b0d85531 authored by Laros's avatar Laros Committed by Vermaat
Browse files

Fixed erroneous unit tests.

parent ea26f9d1
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment