2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Added some more buttons, etc

This commit is contained in:
Oliver Walters
2020-10-26 22:34:40 +11:00
parent 5e0d1fe25a
commit b38fde85f2
7 changed files with 78 additions and 34 deletions

View File

@ -172,7 +172,7 @@ class BuildTest(TestCase):
self.assertEqual(len(allocations), 1)
self.build.autoAllocate()
self.build.auto_allocate()
self.assertEqual(BuildItem.objects.count(), 1)
self.assertTrue(self.build.isPartFullyAllocated(self.sub_part_2))