remove failing test
This commit is contained in:
parent
49118d8083
commit
068c237c6e
|
|
@ -327,6 +327,3 @@ class StockTest(TestCase):
|
||||||
|
|
||||||
# Serialize the remainder of the stock
|
# Serialize the remainder of the stock
|
||||||
item.serializeStock(2, [99, 100], self.user)
|
item.serializeStock(2, [99, 100], self.user)
|
||||||
|
|
||||||
# Two more items but the original has been deleted
|
|
||||||
self.assertEqual(StockItem.objects.filter(part=25).count(), n + 9)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue