From c7cec13076422bdbfc667f573a09c3b96339029b Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 13 Oct 2021 23:18:44 +1100 Subject: [PATCH] Bug fix --- InvenTree/part/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/test_api.py b/InvenTree/part/test_api.py index d6c1ba3741..ec377bd513 100644 --- a/InvenTree/part/test_api.py +++ b/InvenTree/part/test_api.py @@ -1025,7 +1025,7 @@ class BomItemTest(InvenTreeAPITestCase): ) # Keep track of running total - n_items += jj + n_items += ii # Now, there should be more stock items available! response = self.get(