2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-25 18:50:22 +10:00
parent 2ab8276672
commit 1112e5e3e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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)