[1.7.x] Fix comment

This commit is contained in:
Andrew Godwin 2014-07-10 10:00:02 -07:00
parent dc7ac339a6
commit eb7e232e7f
1 changed files with 1 additions and 1 deletions

View File

@ -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)