diff options
Diffstat (limited to 'test/orm/collection.py')
-rw-r--r-- | test/orm/collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/collection.py b/test/orm/collection.py index d67ec980c..4011ac2ce 100644 --- a/test/orm/collection.py +++ b/test/orm/collection.py @@ -55,7 +55,7 @@ def dictable_entity(a=None, b=None, c=None): return Entity(a or str(_id), b or 'value %s' % _id, c) -class CollectionsTest(PersistTest): +class CollectionsTest(TestBase): def _test_adapter(self, typecallable, creator=entity_maker, to_set=None): class Foo(object): |