1
0
mirror of https://github.com/django/django.git synced 2025-04-12 03:22:21 +00:00

[1.10.x] Fixed typo in tests/migrations/test_loader.py.

Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master
This commit is contained in:
Tim Graham 2016-09-16 11:15:20 -04:00
parent 740dde1afc
commit 393b1c6d45

@ -412,7 +412,7 @@ class LoaderTests(TestCase):
def test_loading_squashed_ref_squashed(self):
"Tests loading a squashed migration with a new migration referencing it"
"""
The sample migrations are structred like this:
The sample migrations are structured like this:
app_1 1 --> 2 ---------------------*--> 3 *--> 4
\ / /