We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cb945 commit a56aeedCopy full SHA for a56aeed
simple_history/tests/tests/test_commands.py
@@ -99,4 +99,5 @@ def test_no_historical(self):
99
with replace_registry():
100
management.call_command(self.command_name, auto=True,
101
stdout=out)
102
- self.assertIn(populate_history.Command.NO_REGISTERED_MODELS, out.getvalue())
+ self.assertIn(populate_history.Command.NO_REGISTERED_MODELS,
103
+ out.getvalue())
0 commit comments