From eb7e232e7fd9468b19dfbdf51fb16e9c530969dc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 10 Jul 2014 10:00:02 -0700 Subject: [PATCH] [1.7.x] Fix comment --- tests/migrations/test_autodetector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)