diff options
Diffstat (limited to 'tests/dispatch')
| -rw-r--r-- | tests/dispatch/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dispatch/tests.py b/tests/dispatch/tests.py index e91d29abdd..745860e83e 100644 --- a/tests/dispatch/tests.py +++ b/tests/dispatch/tests.py @@ -146,7 +146,8 @@ class DispatcherTests(SimpleTestCase): try: self.assertIsNone(wref()) finally: - # Disconnect after reference check since it flushes the tested cache. + # Disconnect after reference check since it flushes the tested + # cache. d_signal.disconnect(receiver_1_arg) def test_multiple_registration(self): |
