Commit df26478f authored by Vincent Pelletier's avatar Vincent Pelletier

Surround operator with spaces.

parent c67a23bc
......@@ -43,7 +43,7 @@ class BootstrapManagerTests(NeoUnitTestBase):
# Tests
def testConnectionCompleted(self):
address=("127.0.0.1", self.master_port)
address = ("127.0.0.1", self.master_port)
conn = self.getFakeConnection(address=address)
self.bootstrap.current = self.app.nm.createMaster(address=address)
self.bootstrap.connectionCompleted(conn)
......@@ -51,7 +51,7 @@ class BootstrapManagerTests(NeoUnitTestBase):
def testHandleNotReady(self):
# the primary is not ready
address=("127.0.0.1", self.master_port)
address = ("127.0.0.1", self.master_port)
conn = self.getFakeConnection(address=address)
self.bootstrap.current = self.app.nm.createMaster(address=address)
self.bootstrap.notReady(conn, '')
......
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