summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/test_session.py')
-rw-r--r--test/orm/test_session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_session.py b/test/orm/test_session.py
index ed7a8dda6..8596e585a 100644
--- a/test/orm/test_session.py
+++ b/test/orm/test_session.py
@@ -1482,7 +1482,7 @@ class SessionEventsTest(_fixtures.FixtureTest):
def teardown(self):
# TODO: need to get remove() functionality
# going
- Session.dispatch.clear()
+ Session.dispatch._clear()
super(SessionEventsTest, self).teardown()