Skip to content

Commit

Permalink
rename two unit tests, so they are not blocked by idental names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Aug 23, 2016
1 parent 60e7f16 commit 1b1f0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_multinucleotide_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def test_check_mnv_consequence_modified_stop_gained(self):
self.assertEqual(check_mnv_consequence(var1, var2, self.pattern),
'modified_stop_gained_mnv')

def test_check_mnv_consequence_modified_stop_gained(self):
def test_check_mnv_consequence_masked_stop_gained(self):
''' test that get_mnv_consequence() works correctly
'''

Expand All @@ -617,7 +617,7 @@ def test_check_mnv_consequence_modified_stop_gained(self):
self.assertEqual(check_mnv_consequence(var1, var2, self.pattern),
'masked_stop_gain_mnv')

def test_check_mnv_consequence_modified_stop_gained(self):
def test_check_mnv_consequence_alternate_residue(self):
''' test that get_mnv_consequence() works correctly
'''

Expand Down

0 comments on commit 1b1f0ea

Please sign in to comment.