mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-13 08:21:26 +00:00
PEP fixes
This commit is contained in:
@ -308,7 +308,6 @@ class StockTest(TestCase):
|
||||
item.delete_on_deplete = True
|
||||
item.save()
|
||||
|
||||
|
||||
n = StockItem.objects.filter(part=25).count()
|
||||
|
||||
self.assertEqual(item.quantity, 10)
|
||||
|
Reference in New Issue
Block a user