summaryrefslogtreecommitdiff
path: root/tests
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:01:12 -0700
commiteb7e232e7fd9468b19dfbdf51fb16e9c530969dc (patch)
treedc59192d33a68c66b9b4c05f22084d4e0e28b86d /tests
parentdc7ac339a6d1e91a5121d5f3113b759db98d3674 (diff)
[1.7.x] Fix comment
Diffstat (limited to 'tests')
-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 667021d46f..557c7d0499 100644
--- a/tests/migrations/test_autodetector.py
+++ b/tests/migrations/test_autodetector.py
@@ -1030,7 +1030,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)