Skip to content

Commit 80f1d1d

Browse files
Tweak unit tests
Ref: inventree/InvenTree#9798
1 parent 71d8445 commit 80f1d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_part.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,6 @@ def test_get_requirements(self):
709709
self.assertIn('allocated_build_order_quantity', req)
710710
self.assertIn('required_sales_order_quantity', req)
711711
self.assertIn('allocated_sales_order_quantity', req)
712-
self.assertIn('allocated', req)
713-
self.assertIn('required', req)
714712

715713

716714
class PartBarcodeTest(InvenTreeTestCase):

0 commit comments

Comments
 (0)