From e3545f828dabe165dc08b2f1670e5f1f19919d0d Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sun, 2 Jun 2013 20:41:20 +0400 Subject: Enable hacking H402 test H402 one line docstring needs punctuation Change-Id: Ie848453cace318d8310cdf0234c512f4c1121119 --- tests/unit/plugin/test_callback_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/plugin/test_callback_plugin.py') diff --git a/tests/unit/plugin/test_callback_plugin.py b/tests/unit/plugin/test_callback_plugin.py index cbe2601..3f3fd63 100644 --- a/tests/unit/plugin/test_callback_plugin.py +++ b/tests/unit/plugin/test_callback_plugin.py @@ -47,7 +47,7 @@ class TestCBP(callbackplugin.CallbackPlugin): class CallbackTestCase(test_utils.BaseTestCase): - """Tests for the callback plugin convenience class""" + """Tests for the callback plugin convenience class.""" def test_callback_plugin_subclass(self): -- cgit