diff options
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index eca2d672e..8d0db69b3 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -86,7 +86,7 @@ class test_Fuzzy(object): assert inst.re is None def test_repr(self): - s = 'Fuzzy(regex=%r, type=%r, test=%r)' + s = 'Fuzzy(%r, %r, %r)' t = lambda other: 0.0 <= other <= 1.0 inst = self.klass() |