This commit is contained in:
Oliver Walters 2021-02-04 09:13:45 +11:00
parent cabac6614c
commit b107c54eb2

View File

@ -38,7 +38,6 @@ class TestForwardMigrations(MigratorTestCase):
with self.assertRaises(AttributeError):
print(p.is_template)
def test_models_exist(self):
Part = self.new_state.apps.get_model('part', 'part')