Skip to content

Commit

Permalink
Wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 26, 2013
1 parent 705c197 commit 0310480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trans/tests/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,10 @@ def test_search_plural(self):

def test_checksum(self):
response = self.do_search({'checksum': 'invalid'}, None)
self.assertRedirects(response, self.get_translation().get_absolute_url())
self.assertRedirects(
response,
self.get_translation().get_absolute_url()
)


class CommentViewTest(ViewTestCase):
Expand Down

0 comments on commit 0310480

Please sign in to comment.