Commit c6b73bcb authored by Vincent Pelletier's avatar Vincent Pelletier

Assorted comment cleanup.

parent 91c013be
......@@ -530,7 +530,7 @@ class ConnectionTests(NeoUnitTestBase):
self._checkClose(0)
def test_Connection_writable2(self):
# with no longer pending operation after send
# without pending operation after send
def send(self, data):
return len(data)
DoNothingConnector.send = send
......@@ -554,7 +554,7 @@ class ConnectionTests(NeoUnitTestBase):
self._checkClose(0)
def test_Connection_writable3(self):
# with no longer pending operation after send and aborted set to true
# without pending operation after send and aborted set to true
def send(self, data):
return len(data)
DoNothingConnector.send = send
......
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