summaryrefslogtreecommitdiff
path: root/test/perf/sessions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/sessions.py')
-rw-r--r--test/perf/sessions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf/sessions.py b/test/perf/sessions.py
index 0d4cc1f01..4210732d6 100644
--- a/test/perf/sessions.py
+++ b/test/perf/sessions.py
@@ -42,7 +42,7 @@ class SessionTest(TestBase, AssertsExecutionResults):
pass
mapper(T1, t1, properties={
- 't2s':relation(T2, backref='t1')
+ 't2s':relationship(T2, backref='t1')
})
mapper(T2, t2)