diff options
Diffstat (limited to 'test/orm/test_descriptor.py')
| -rw-r--r-- | test/orm/test_descriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_descriptor.py b/test/orm/test_descriptor.py index c306ebd05..33308880e 100644 --- a/test/orm/test_descriptor.py +++ b/test/orm/test_descriptor.py @@ -9,7 +9,7 @@ from test.lib import fixtures from test.lib.testing import eq_ class TestDescriptor(descriptor_props.DescriptorProperty): - def __init__(self, cls, key, descriptor=None, doc=None, + def __init__(self, cls, key, descriptor=None, doc=None, comparator_factory = None): self.parent = cls.__mapper__ self.key = key |
