summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_misc.py')
-rw-r--r--tests/test_misc.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py
index 58c71640..32243edb 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -56,13 +56,13 @@ class InfoFormatterTest(CoverageTest):
('nothing', []),
]))
self.assertEqual(lines, [
- ' x: hello there',
- ' very long label: one element',
- ' regular: abc',
- ' def',
- ' ghi',
- ' jkl',
- ' nothing: -none-',
+ ' x: hello there',
+ 'very long label: one element',
+ ' regular: abc',
+ ' def',
+ ' ghi',
+ ' jkl',
+ ' nothing: -none-',
])