Commit 253278a0 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove non-sensical call to _dostore() with oid == 'a'.

parent c0915ed1
......@@ -26,7 +26,6 @@ class PersistentStorage:
self._storage.new_oid = new_oid_wrapper
self._dostore()
self._dostore('a')
oid = self._storage.new_oid()
revid = self._dostore(oid)
self._dostore(oid, revid, data=8, version='b')
......
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