Skip to content

Commit

Permalink
remove unecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Jul 1, 2015
1 parent 3e161c7 commit 3f7efce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/python/clinicalfilter/test_variant_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def test_get_per_gene_consequence(self):

self.assertEqual(self.var.get_per_gene_consequence("ATRX"), \
["missense_variant"])
self.assertEqual(self.var.consequence, ["missense_variant"])
self.assertEqual(self.var.get_per_gene_consequence("TTN"), \
["missense_variant"])

Expand Down

0 comments on commit 3f7efce

Please sign in to comment.