Add tests for redactions

This commit is contained in:
Mark Haines 2016-04-07 16:26:52 +01:00
parent 8c82b06904
commit ceb599e789
4 changed files with 54 additions and 5 deletions

View file

@ -112,7 +112,7 @@ class StreamIdGenerator(object):
self._current + self._step * (n + 1),
self._step
)
self._current += n
self._current += n * self._step
for next_id in next_ids:
self._unfinished_ids.append(next_id)