Commit 1c4b8ac4 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

parent 66d809cf
......@@ -58,4 +58,7 @@ class JSViewsTest(ViewTestCase):
response = self.client.get(
reverse('js-dictionary', kwargs={'unit_id': unit.id}),
)
self.assertContains(response, 'No related strings found in dictionary.')
self.assertContains(
response,
'No related strings found in dictionary.'
)
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