Commit 07e15bdf authored by Tres Seaver's avatar Tres Seaver

Moar coverage.

parent bc7862a5
......@@ -319,7 +319,7 @@ class Bucket(_BucketBase):
data.append(values[i])
data = tuple(data)
if self._next:
if self._next is not None:
return data, self._next
return (data, )
......
This diff is collapsed.
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