summaryrefslogtreecommitdiff
path: root/test/base
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-30 14:07:15 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-30 14:07:15 -0500
commitecf1571ba79a81567428d345a4ec10255305de97 (patch)
tree4cd51f2f11ead15a1faad2ca307a08836549fcee /test/base
parent7f7bccfc83a5238b2772b68c4b11f9258050e88a (diff)
downloadsqlalchemy-ecf1571ba79a81567428d345a4ec10255305de97.tar.gz
- factor out the dependency on the "on_" name
Diffstat (limited to 'test/base')
-rw-r--r--test/base/test_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/test_events.py b/test/base/test_events.py
index 664decbf1..a7b10946b 100644
--- a/test/base/test_events.py
+++ b/test/base/test_events.py
@@ -257,7 +257,7 @@ class TestPropagate(TestBase):
t2 = Target()
- t2.dispatch.update(t1.dispatch)
+ t2.dispatch._update(t1.dispatch)
t2.dispatch.on_event_one(t2, 1)
t2.dispatch.on_event_two(t2, 2)