Skip to content

Commit

Permalink
fix genbank_fasta test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Feb 4, 2015
1 parent 4daee12 commit fa55c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/genbank_fasta/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def test_get_voucher_codes(self):

def test_get_voucher_codes_dropped(self):
self.cleaned_data['voucher_codes'] = 'CP100-10\r\n--CP100-11\r\nCP100-12'
expected = 3
expected = 2
result = get_voucher_codes(self.cleaned_data)
self.assertEqual(expected, len(result))

0 comments on commit fa55c0a

Please sign in to comment.