diff --git a/src/associations/tests/integration/test_import_associations.py b/src/associations/tests/integration/test_import_associations.py index 46ce09dd..970b55ae 100644 --- a/src/associations/tests/integration/test_import_associations.py +++ b/src/associations/tests/integration/test_import_associations.py @@ -26,4 +26,4 @@ def test_update(self): def test_all(self): self.assert_command("import_associations") - self.assert_objects(Association, 14) + self.assert_objects(Association, 15) diff --git a/src/districts/tests/integration/test_import_districts.py b/src/districts/tests/integration/test_import_districts.py index 5d67dbe1..59341257 100644 --- a/src/districts/tests/integration/test_import_districts.py +++ b/src/districts/tests/integration/test_import_districts.py @@ -27,4 +27,4 @@ def test_update(self): def test_all(self): self.assert_command("import_associations") self.assert_command("import_districts") - self.assert_objects(District, count=66) + self.assert_objects(District, count=68)