summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/old/test_enhances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/test_enhances.py b/tests/old/test_enhances.py
index 74614674..a86d57da 100644
--- a/tests/old/test_enhances.py
+++ b/tests/old/test_enhances.py
@@ -11,7 +11,7 @@ for pkg in cache:
for enhances in or_list.or_dependencies:
s += " %s" % enhances.name
if (enhances.name in cache and
- not cache[enhances.name].is_installed):
+ not cache[enhances.name].is_installed):
s += "(*missing*) "
s += ","
print s[:-1]