Skip to content

Commit

Permalink
py3.2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 6, 2013
1 parent 8cddc1e commit 979b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pform/tests/test_composite.py
Expand Up @@ -12,7 +12,7 @@ def test_type(self):

def test_repr(self):
err = pform.CompositeError('test')
self.assertEqual('CompositeError<: test>:\n{ }', repr(err))
self.assertIn('CompositeError<: test>:\n{', repr(err))


class TestCompositeField(BaseTestCase):
Expand Down

0 comments on commit 979b9bb

Please sign in to comment.