From 293ca4e96f2b66b16552171c8bdf311c8ab4a6d1 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 26 Jun 2026 13:26:08 +0530 Subject: [PATCH] test: reuse BootStrapTestData master data to reduce runtime Co-Authored-By: Claude Opus 4.8 (1M context) --- .../test_batch_wise_balance_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/report/batch_wise_balance_history/test_batch_wise_balance_history.py b/erpnext/stock/report/batch_wise_balance_history/test_batch_wise_balance_history.py index c2792618bf7..d2064f5f628 100644 --- a/erpnext/stock/report/batch_wise_balance_history/test_batch_wise_balance_history.py +++ b/erpnext/stock/report/batch_wise_balance_history/test_batch_wise_balance_history.py @@ -8,7 +8,7 @@ from erpnext.stock.doctype.stock_entry.stock_entry_utils import make_stock_entry from erpnext.stock.report.batch_wise_balance_history.batch_wise_balance_history import execute from erpnext.tests.utils import ERPNextTestSuite -WH = "_Test Warehouse - _TC" +WH = "Stores - _TC" # row indexes: 0 item, 1 name, 2 desc, 3 wh, 4 batch, 5 opening, 6 in, 7 out, 8 bal, 9 rate, 10 value, 11 uom