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 5884235..50fbbb9 100644
--- a/test/unittest_deprecation.py
+++ b/test/unittest_deprecation.py
@@ -126,7 +126,7 @@ class RawInputTC(TestCase):
old_func()
self.assertEqual(self.messages,
- ['old_func has been renamed and is deprecated, uses any_func instead'])
+ ['[logilab.common] old_func has been renamed and is deprecated, uses any_func instead'])
def test_moved(self):
module = 'data.deprecation'