summaryrefslogtreecommitdiff
path: root/test/unittest_deprecation.py
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-04-22 22:53:17 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-04-22 22:53:17 +0200
commitdfcc38f9aa74b8dc579966fb91fbd5c6f3c4eb29 (patch)
tree1ddac862d4e1bd416505aceca5938d5ab8b06862 /test/unittest_deprecation.py
parente049c82dafddb0a3b2ae4aaebb12974424feb6de (diff)
downloadlogilab-common-dfcc38f9aa74b8dc579966fb91fbd5c6f3c4eb29.tar.gz
[deprecation/refactoring] simplify moved
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")