diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-30 14:07:15 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-30 14:07:15 -0500 |
| commit | ecf1571ba79a81567428d345a4ec10255305de97 (patch) | |
| tree | 4cd51f2f11ead15a1faad2ca307a08836549fcee /test/base | |
| parent | 7f7bccfc83a5238b2772b68c4b11f9258050e88a (diff) | |
| download | sqlalchemy-ecf1571ba79a81567428d345a4ec10255305de97.tar.gz | |
- factor out the dependency on the "on_" name
Diffstat (limited to 'test/base')
| -rw-r--r-- | test/base/test_events.py | 2 |
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) |
