summaryrefslogtreecommitdiff
path: root/unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests.py')
-rwxr-xr-xunittests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests.py b/unittests.py
index 4c962cb..ca841db 100755
--- a/unittests.py
+++ b/unittests.py
@@ -459,7 +459,8 @@ class TestGerritReview(unittest.TestCase):
obj5 = GerritReview(comments=[{'filename': 'Makefile', 'line': 15,
'message': 'test'}, {'filename': 'Make',
- 'line': 10, 'message': 'test1'}])
+ 'line': 10,
+ 'message': 'test1'}])
self.assertEqual(
str(obj5),
'{"comments": {"Make": [{"line": 10, "message": "test1"}],'