diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-07-10 10:00:02 -0700 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-07-10 10:00:31 -0700 |
| commit | 9e5a37c82d35a706e30265ecc8ea699a9f09d1d5 (patch) | |
| tree | d15e3aaec86413fbdb81b65b1124a5768f2b6a4a | |
| parent | 849538d03df21b69f0754a38ee4ec5f48fa02c52 (diff) | |
Fix comment
| -rw-r--r-- | tests/migrations/test_autodetector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_autodetector.py b/tests/migrations/test_autodetector.py index bc4478b22d..2c26caf55a 100644 --- a/tests/migrations/test_autodetector.py +++ b/tests/migrations/test_autodetector.py @@ -1042,7 +1042,7 @@ class AutodetectorTests(TestCase): @override_settings(MIGRATION_MODULES={"migrations": "migrations.test_migrations"}) def test_last_dependency(self): """ - Tests that a dependency to an app with existing migrations uses __first__. + Tests that a dependency to an app with existing migrations uses __last__. """ # Load graph loader = MigrationLoader(connection) |
