Skip to content

Commit

Permalink
fix test (that is run only with nose)
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jan 7, 2014
1 parent 6329df6 commit 5a32427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/schema/_bootstrapfields.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def fromUnicode(self, str):
>>> t.fromUnicode(u("foo spam"))
Traceback (most recent call last):
...
ConstraintNotSatisfied: foo spam
ConstraintNotSatisfied: (u'foo spam', '')
"""
self.validate(str)
return str
Expand Down

0 comments on commit 5a32427

Please sign in to comment.