Skip to content

Commit

Permalink
Fixed broken test introduced in r16385.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Jun 12, 2011
1 parent a83d2f5 commit 156b1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regressiontests/forms/localflavor/mk.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
class MKLocalFlavorTests(LocalFlavorTestCase):

def test_MKIdentityCardNumberField(self):
error_invalid = (u'Identity card numbers must contain'
' either 4 to 7 digits or an uppercase letter and 7 digits.')
error_invalid = [u'Identity card numbers must contain either 4 to 7 '
'digits or an uppercase letter and 7 digits.']
valid = {
'L0018077':'L0018077',
'A0078315' : 'A0078315',
Expand Down

0 comments on commit 156b1e9

Please sign in to comment.