From 0e5f6fc13e037d0b248651f8b13ca457d1481f97 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 29 Jun 2026 20:51:15 +0530 Subject: [PATCH] chore: fix test case --- .../test_stock_and_account_value_comparison.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/report/stock_and_account_value_comparison/test_stock_and_account_value_comparison.py b/erpnext/stock/report/stock_and_account_value_comparison/test_stock_and_account_value_comparison.py index 0795bc6ad79..38272ad3b18 100644 --- a/erpnext/stock/report/stock_and_account_value_comparison/test_stock_and_account_value_comparison.py +++ b/erpnext/stock/report/stock_and_account_value_comparison/test_stock_and_account_value_comparison.py @@ -10,13 +10,13 @@ from erpnext.stock.report.stock_and_account_value_comparison.stock_and_account_v create_reposting_entries, execute, ) -from erpnext.tests.utils import ERPNextTestSuite +from frappe.tests.utils import FrappeTestCase PI_COMPANY = "_Test Company with perpetual inventory" PI_STORES = "Stores - TCP1" -class TestStockAndAccountValueComparison(ERPNextTestSuite): +class TestStockAndAccountValueComparison(FrappeTestCase): def test_purchase_voucher_reposted_transaction_based(self): # A Purchase Receipt whose GL entries are missing must surface in the report and, when reposted # from it, be reposted Transaction-based (so its own GL is regenerated) rather than the slower