summaryrefslogtreecommitdiff
path: root/tests/message
diff options
context:
space:
mode:
Diffstat (limited to 'tests/message')
-rw-r--r--tests/message/unittest_message_id_store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/message/unittest_message_id_store.py b/tests/message/unittest_message_id_store.py
index d1c140e9f..b44e33c6d 100644
--- a/tests/message/unittest_message_id_store.py
+++ b/tests/message/unittest_message_id_store.py
@@ -97,7 +97,7 @@ def test_duplicate_msgid(msgid_store: MessageIdStore) -> None:
def test_exclusivity_of_msgids() -> None:
- """Test to see if all checkers have an exclusive message id prefix"""
+ """Test to see if all checkers have an exclusive message id prefix."""
err_msg = (
"{} has the same prefix ('{}') as the '{}' checker. Please make sure the prefix "
"is unique for each checker. You can use 'script/get_unused_message_id_category.py' "