mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
Ok, fixed now
This commit is contained in:
parent
588713467d
commit
7e9c095edb
@ -56,7 +56,7 @@ class CompanySimpleTest(TestCase):
|
||||
zerg = Company.objects.get(pk=3)
|
||||
|
||||
self.assertTrue(acme.has_parts)
|
||||
self.assertEqual(acme.part_count, 3)
|
||||
self.assertEqual(acme.part_count, 4)
|
||||
|
||||
self.assertTrue(appel.has_parts)
|
||||
self.assertEqual(appel.part_count, 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user