2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 09:46:31 +00:00
This commit is contained in:
Oliver Walters
2021-02-04 09:13:45 +11:00
parent cabac6614c
commit b107c54eb2

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