Commit 1c0ead40 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix dict entries indentation in test.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2288 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 55be3ee8
...@@ -162,8 +162,8 @@ class NeoTestBase(unittest.TestCase): ...@@ -162,8 +162,8 @@ class NeoTestBase(unittest.TestCase):
return Mock({ return Mock({
'getUUID': uuid, 'getUUID': uuid,
'getAddress': address, 'getAddress': address,
'isServer': is_server, 'isServer': is_server,
'__repr__': 'FakeConnection', '__repr__': 'FakeConnection',
'__nonzero__': 0, '__nonzero__': 0,
'getConnector': connector, 'getConnector': connector,
'getPeerId': peer_id, 'getPeerId': peer_id,
......
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