summaryrefslogtreecommitdiff
path: root/test/unittest_deprecation.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest_deprecation.py')
-rw-r--r--test/unittest_deprecation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittest_deprecation.py b/test/unittest_deprecation.py
index 09902a2..5884235 100644
--- a/test/unittest_deprecation.py
+++ b/test/unittest_deprecation.py
@@ -133,7 +133,7 @@ class RawInputTC(TestCase):
any_func = deprecation.moved(module, 'moving_target')
any_func()
self.assertEqual(self.messages,
- ['object moving_target has been moved to module data.deprecation'])
+ ['[logilab.common] object moving_target has been moved to module data.deprecation'])
def test_deprecated_manager(self):
deprecator = deprecation.DeprecationManager("module_name")