Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Feb 3, 2015
1 parent 80aa4a5 commit 1cfa12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/create_dataset/tests/tests_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUp(self):
self.dataset_creator = CreateDataset(cleaned_data)

def test_create_dataset(self):
expected = '>CP100-11_Lepidoptera\n??TGAGCCGGTATAATTGGTACATCCCTAAGTCTTATTATTC'
expected = '>CP100-10_Papilionoidea_Melitaea_diamina'
result = self.dataset_creator.dataset_str
self.assertTrue(expected in result)

Expand Down

0 comments on commit 1cfa12b

Please sign in to comment.