Changed whitespace to satisfy the linter

This commit is contained in:
Nick Horelik 2015-09-25 15:33:11 +00:00
parent 08e2071d02
commit 6d067bcd65

View File

@ -496,8 +496,7 @@ class TestLimitOffset:
assert queryset == [] assert queryset == []
assert content.get('next') == next_url assert content.get('next') == next_url
assert context.get('page_links')[0] == \ assert context.get('page_links')[0] == \
PageLink('http://testserver/?limit={0}'.format(next_limit), 1, True, False) PageLink('http://testserver/?limit={0}'.format(next_limit), 1, True, False)
class TestCursorPagination: class TestCursorPagination: