diff options
Diffstat (limited to 'pylint/test/unittest_utils.py')
-rw-r--r-- | pylint/test/unittest_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/unittest_utils.py b/pylint/test/unittest_utils.py index b1cefead5..f295d9354 100644 --- a/pylint/test/unittest_utils.py +++ b/pylint/test/unittest_utils.py @@ -123,7 +123,7 @@ def store(): ), "W1234": ("message one", "msg-symbol-one", "msg description"), }, - "Message id 'W1234' cannot have both 'old-symbol' and 'msg-symbol-one' as symbolic name.", + "Message id 'W1234' cannot have both 'msg-symbol-one' and 'old-symbol' as symbolic name.", ), ( { |