summaryrefslogtreecommitdiff
path: root/test/orm/lazytest1.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/lazytest1.py')
-rw-r--r--test/orm/lazytest1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/lazytest1.py b/test/orm/lazytest1.py
index 40f425abe..90cbbe208 100644
--- a/test/orm/lazytest1.py
+++ b/test/orm/lazytest1.py
@@ -3,7 +3,7 @@ from sqlalchemy import *
from sqlalchemy.orm import *
from testlib import *
-class LazyTest(AssertMixin):
+class LazyTest(TestBase, AssertsExecutionResults):
def setUpAll(self):
global info_table, data_table, rel_table, metadata
metadata = MetaData(testing.db)