Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jul 4, 2020
1 parent 58a631f commit e0c26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_interface/tests/test_models.py
Expand Up @@ -15,7 +15,7 @@ def setUp(self):

def test_voucher_str(self):
voucher_model = Vouchers.objects.get(code='CP100-18')
expected = 'CP100-18'
expected = 'CP100-18 Melitaea diamina'
self.assertEqual(expected, voucher_model.__str__())

def test_sequences_str(self):
Expand Down

0 comments on commit e0c26bc

Please sign in to comment.