summaryrefslogtreecommitdiff
path: root/test/orm/_fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/_fixtures.py')
-rw-r--r--test/orm/_fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/_fixtures.py b/test/orm/_fixtures.py
index 7431a3a83..d0d3a9ec4 100644
--- a/test/orm/_fixtures.py
+++ b/test/orm/_fixtures.py
@@ -82,7 +82,7 @@ class FixtureTest(fixtures.MappedTest):
mapper(Keyword, keywords)
mapper(Node, nodes, properties={
- 'children':relationship(Node,
+ 'children':relationship(Node,
backref=backref('parent', remote_side=[nodes.c.id])
)
})