mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-16 00:50:56 +00:00
Fix for unit test
This commit is contained in:
@@ -356,4 +356,4 @@ class TestPartParameterDeletion(MigratorTestCase):
|
||||
self.assertEqual(len(params), 3)
|
||||
|
||||
for unit in self.UNITS:
|
||||
self.assertTrue(params.filter(units=unit).exists())
|
||||
self.assertTrue(params.filter(template__units=unit).exists())
|
||||
|
||||
Reference in New Issue
Block a user