Commit eb7e232e authored by Andrew Godwin's avatar Andrew Godwin
Browse files

[1.7.x] Fix comment

parent dc7ac339
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)