Commit d1e69aa9 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix a typo.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1232 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8b6cad8c
......@@ -56,7 +56,7 @@ class StorageTests(unittest.TestCase):
)
self.neo.setupDB()
# too many pending storage nodes requested
assert pending_number <= storage_number:
assert pending_number <= storage_number
storage_processes = self.neo.getStorageProcessList()
start_storage_number = len(storage_processes) - pending_number
# return a tuple of storage processes lists
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment