diff --git a/InvenTree/stock/tests.py b/InvenTree/stock/tests.py index 0197cf754e..a866bdb880 100644 --- a/InvenTree/stock/tests.py +++ b/InvenTree/stock/tests.py @@ -327,6 +327,3 @@ class StockTest(TestCase): # Serialize the remainder of the stock 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)