Commit 300e2023 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix bad english.

parent b42e2a56
......@@ -1052,7 +1052,7 @@ class HandlerSwitcherTests(NeoUnitTestBase):
self._checkCurrentHandler(h3)
def testHandleAnswer4(self):
# process in disorder
# process out of order
r1 = self._makeRequest(1)
r2 = self._makeRequest(2)
r3 = self._makeRequest(3)
......@@ -1075,7 +1075,7 @@ class HandlerSwitcherTests(NeoUnitTestBase):
self._checkCurrentHandler(h)
def testHandleUnexpected(self):
# process in disorder
# process out of order
r1 = self._makeRequest(1)
r2 = self._makeRequest(2)
a2 = self._makeAnswer(2)
......
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