Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Jul 9, 2015
1 parent dad62dc commit 62737b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plone/batching/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ def test_batchview_plone(self):
request = TestRequest(form={'a': 'foo', 'c': 'bar'})
setattr(request, 'ACTUAL_URL', 'http://nohost/dummy')
view = PloneBatchView(None, request)
rendered = view(batch, ['a', 'b'])

view(batch, ['a', 'b'])
self.assertEqual(view.make_link(3),
'http://nohost/dummy?a=foo&b_start:int=6')

Expand Down

0 comments on commit 62737b7

Please sign in to comment.