Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ODiogoSilva committed Jul 25, 2017
1 parent 02619f3 commit d6c07d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trifusion/tests/test_process_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ def test_filter_by_taxa_all(self):

self.aln_obj.add_alignment_files(dna_data_fas)

self.assertRaises(EmptyAlignment,
self.aln_obj.filter_by_taxa,
["no_taxa"], "Contain")
self.aln_obj.filter_by_taxa(["no_taxa"], "Contain")

self.assertEqual(len(self.aln_obj.alignments), 0)

def test_filter_by_taxa_from_file(self):

Expand Down

0 comments on commit d6c07d4

Please sign in to comment.