Fix for unit test
This commit is contained in:
parent
6d5458ec77
commit
89908560c9
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue