Commit 693d13fd authored by Jim Fulton's avatar Jim Fulton

commas should be followed by spaces.

parent bab8bbb6
......@@ -484,7 +484,8 @@ class ZRPCConnectionTests(ZEO.tests.ConnectionTests.CommonSetupTearDown):
# This is a deliberately bogus call to get an exception
# logged
self._storage._connection.handle_request('foo',0,'history',(1,2,3,4))
self._storage._connection.handle_request(
'foo', 0, 'history', (1, 2, 3, 4))
# test logging
for level, message, kw in log:
......
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