Skip to content

Commit a56aeed

Browse files
committed
Cleanup, line length
1 parent d3cb945 commit a56aeed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple_history/tests/tests/test_commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ def test_no_historical(self):
9999
with replace_registry():
100100
management.call_command(self.command_name, auto=True,
101101
stdout=out)
102-
self.assertIn(populate_history.Command.NO_REGISTERED_MODELS, out.getvalue())
102+
self.assertIn(populate_history.Command.NO_REGISTERED_MODELS,
103+
out.getvalue())

0 commit comments

Comments
 (0)