Fixed typo in tests/migrations/test_loader.py.

This commit is contained in:
Tim Graham 2016-09-16 11:15:20 -04:00
parent 49412f55a5
commit 6989b45c8d
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,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
\ / /