diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-16 11:15:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-16 12:56:41 -0400 |
| commit | 393b1c6d455bdf55a857104b387af09bb570b672 (patch) | |
| tree | 86d86390be6011988da25b58de9def2e2059418f | |
| parent | 740dde1afca550f184bd3b6ab1fd3084ce309c7e (diff) | |
[1.10.x] Fixed typo in tests/migrations/test_loader.py.
Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master
| -rw-r--r-- | tests/migrations/test_loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_loader.py b/tests/migrations/test_loader.py index 542a0216e4..c269837c14 100644 --- a/tests/migrations/test_loader.py +++ b/tests/migrations/test_loader.py @@ -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 \ / / |
