diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-16 11:15:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-16 11:15:20 -0400 |
| commit | 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a (patch) | |
| tree | d105b122b236a55eff36d0bd5c3b461fa4d61248 | |
| parent | 49412f55a5de7c3fa773e8a911439beb1568b901 (diff) | |
Fixed typo in tests/migrations/test_loader.py.
| -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 05edd7f1e0..e8f3b71ee8 100644 --- a/tests/migrations/test_loader.py +++ b/tests/migrations/test_loader.py @@ -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 \ / / |
