summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_threadgroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_threadgroup.py')
-rw-r--r--tests/unit/test_threadgroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_threadgroup.py b/tests/unit/test_threadgroup.py
index f627215..5af6653 100644
--- a/tests/unit/test_threadgroup.py
+++ b/tests/unit/test_threadgroup.py
@@ -27,7 +27,7 @@ LOG = logging.getLogger(__name__)
class ThreadGroupTestCase(utils.BaseTestCase):
- """Test cases for thread group"""
+ """Test cases for thread group."""
def setUp(self):
super(ThreadGroupTestCase, self).setUp()
self.tg = threadgroup.ThreadGroup()