summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2014-07-10 10:00:02 -0700
committerAndrew Godwin <andrew@aeracode.org>2014-07-10 10:00:31 -0700
commit9e5a37c82d35a706e30265ecc8ea699a9f09d1d5 (patch)
treed15e3aaec86413fbdb81b65b1124a5768f2b6a4a
parent849538d03df21b69f0754a38ee4ec5f48fa02c52 (diff)
Fix comment
-rw-r--r--tests/migrations/test_autodetector.py2
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)