summaryrefslogtreecommitdiff
path: root/tests/manual_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual_test.py')
-rw-r--r--tests/manual_test.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manual_test.py b/tests/manual_test.py
index e5aaf179..52295f9a 100644
--- a/tests/manual_test.py
+++ b/tests/manual_test.py
@@ -89,8 +89,10 @@ def test_full():
assert len(eggs) == 3
assert eggs[1].startswith('setuptools')
del eggs[1]
- assert eggs == ['extensions-0.3-py2.6.egg',
- 'zc.recipe.egg-1.2.2-py2.6.egg']
+ assert eggs == [
+ 'extensions-0.3-py2.6.egg',
+ 'zc.recipe.egg-1.2.2-py2.6.egg',
+ ]
if __name__ == '__main__':