summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/tests/utils.py')
-rw-r--r--apps/patchwork/tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/utils.py b/apps/patchwork/tests/utils.py
index 02c4bd4..35c4beb 100644
--- a/apps/patchwork/tests/utils.py
+++ b/apps/patchwork/tests/utils.py
@@ -40,7 +40,7 @@ class defaults(object):
patch_author = 'Patch Author <patch-author@example.com>'
patch_author_person = Person(name = 'Patch Author',
- email = 'patch-author@example.com')
+ email = 'patch-author@example.com')
comment_author = 'Comment Author <comment-author@example.com>'