Skip to content

Commit 2e05cee

Browse files
committed
Wrap long line
1 parent 3cd1a44 commit 2e05cee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple_history/tests/tests/test_admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ def test_underscore_in_pk(self):
139139
book._history_user = self.user
140140
book.save()
141141
response = self.app.get(get_history_url(book))
142-
self.assertIn(book.history.all()[0].revert_url(), response.unicode_normal_body)
142+
self.assertIn(book.history.all()[0].revert_url(),
143+
response.unicode_normal_body)
143144

144145
def test_historical_user_no_setter(self):
145146
"""Demonstrate admin error without `_historical_user` setter.

0 commit comments

Comments
 (0)