Commit cec77209 authored by Albertas Agejevas's avatar Albertas Agejevas

Fix 4 checkLen tests.

parent 1be16437
......@@ -636,7 +636,7 @@ class ZEOStorage:
self._op_error(oid, error, 'store')
err = error
else:
if serial != "\0\0\0\0\0\0\0\0":
if serial != b"\0\0\0\0\0\0\0\0":
self.invalidated.append(oid)
if isinstance(newserial, bytes):
......
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