Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jan 7, 2015
1 parent 84f6138 commit c549576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/blast_local/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ def test_parse_blast_output(self):
self.blast.save_query_to_file()
self.blast.do_blast()
result = self.blast.parse_blast_output()
self.assertTrue(1057 in [i['length'] for i in result])
self.assertTrue(1057 in [i['query_length'] for i in result])
self.remove_blast_data_files()

0 comments on commit c549576

Please sign in to comment.