We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d8445 commit 80f1d1dCopy full SHA for 80f1d1d
test/test_part.py
@@ -709,8 +709,6 @@ def test_get_requirements(self):
709
self.assertIn('allocated_build_order_quantity', req)
710
self.assertIn('required_sales_order_quantity', req)
711
self.assertIn('allocated_sales_order_quantity', req)
712
- self.assertIn('allocated', req)
713
- self.assertIn('required', req)
714
715
716
class PartBarcodeTest(InvenTreeTestCase):
0 commit comments