Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Dec 21, 2016
1 parent 514985f commit 7fabac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/public_interface/tests/test_models.py
Expand Up @@ -20,5 +20,5 @@ def test_voucher_str(self):
def test_sequences_str(self):
voucher_model = Vouchers.objects.get(code='CP100-10')
sequences_model = Sequences.objects.get(code=voucher_model, gene_code='COI')
expected = 'CP100-10 COI'
expected = 'sequence'
self.assertEqual(expected, sequences_model.__str__())

0 comments on commit 7fabac6

Please sign in to comment.