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)