summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-04-22 23:54:47 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-04-22 23:54:47 +0200
commit290dd7e63ba63159aaba69675c2a23819745eb92 (patch)
treefd7606e8b4cae517ef9236ec8f7cd22fd88cf37c /test
parentdfcc38f9aa74b8dc579966fb91fbd5c6f3c4eb29 (diff)
downloadlogilab-common-290dd7e63ba63159aaba69675c2a23819745eb92.tar.gz
[deprecation/refactoring] simplify renamed
Diffstat (limited to 'test')
-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'