summaryrefslogtreecommitdiffstats
path: root/tests/test_install/test_updates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_install/test_updates.py')
-rw-r--r--tests/test_install/test_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install/test_updates.py b/tests/test_install/test_updates.py
index 58cfc11a4..eb376f191 100644
--- a/tests/test_install/test_updates.py
+++ b/tests/test_install/test_updates.py
@@ -126,7 +126,7 @@ class test_update(object):
Test the updater adding a new value to a single-valued attribute
"""
modified = self.updater.update([self.testdir + "4_update.update"])
- assert(modified == False)
+ assert(modified == True)
def test_5_update(self):
"""