Commit 6981eced authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Fixed migrations tests added in refs #23315.

Backport of d1299fce from master
parent 49280a73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1075,7 +1075,7 @@ class AutodetectorTests(TestCase):
        ])
        apackage = ModelState("b", "APackage", [
            ("id", models.AutoField(primary_key=True)),
            ("person", models.ForeignKey("a.person")),
            ("person", models.ForeignKey("a.Person")),
        ])
        country = ModelState("b", "DeliveryCountry", [
            ("id", models.AutoField(primary_key=True)),