Commit 30c50546 authored by Christian Theune's avatar Christian Theune

Remove superfluous snooze calls in test. (#184059)

parent 7cef04aa
......@@ -49,8 +49,6 @@ class RevisionStorage:
# guarantees that the next timestamp will be at least one
# larger (and probably much more than that) than the previous
# one.
snooze()
snooze()
revid = self._dostore(oid, revid, data=MinPO(i))
revs.append(self._storage.load(oid, ""))
......
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