This commit is contained in:
Oliver Walters 2019-05-13 18:46:48 +10:00
parent 0813f8cbd5
commit b7d3bbd836

View File

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