diff options
Diffstat (limited to 'tests/migrations/test_loader.py')
| -rw-r--r-- | tests/migrations/test_loader.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/migrations/test_loader.py b/tests/migrations/test_loader.py index 3b30aed100..7cf11f7faa 100644 --- a/tests/migrations/test_loader.py +++ b/tests/migrations/test_loader.py @@ -515,7 +515,9 @@ class LoaderTests(TestCase): } ) def test_loading_squashed_ref_squashed(self): - "Tests loading a squashed migration with a new migration referencing it" + """ + Tests loading a squashed migration with a new migration referencing it + """ r""" The sample migrations are structured like this: |
