mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-14 08:19:54 +00:00
PEP fixes
This commit is contained in:
@@ -35,4 +35,4 @@ class SimplePartTest(TestCase):
|
||||
def test_stock(self):
|
||||
# Stock should initially be zero
|
||||
self.assertEqual(self.px.total_stock, 0)
|
||||
self.assertEqual(self.py.available_stock, 0)
|
||||
self.assertEqual(self.py.available_stock, 0)
|
||||
|
||||
Reference in New Issue
Block a user