mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP
This commit is contained in:
parent
0813f8cbd5
commit
b7d3bbd836
@ -140,9 +140,6 @@ class StockTest(TestCase):
|
||||
|
||||
def test_partial_move(self):
|
||||
w1 = StockItem.objects.get(pk=100)
|
||||
w2 = StockItem.objects.get(pk=101)
|
||||
|
||||
q = w1.quantity
|
||||
|
||||
# Move 6 of the units
|
||||
self.assertTrue(w1.move(self.diningroom, 'Moved', None, quantity=6))
|
||||
|
Loading…
Reference in New Issue
Block a user