diff --git a/erpnext/accounts/doctype/financial_report_template/test_financial_report_engine.py b/erpnext/accounts/doctype/financial_report_template/test_financial_report_engine.py index 696da7785c9..e6915096041 100644 --- a/erpnext/accounts/doctype/financial_report_template/test_financial_report_engine.py +++ b/erpnext/accounts/doctype/financial_report_template/test_financial_report_engine.py @@ -1882,7 +1882,7 @@ class TestFinancialQueryBuilder(FinancialReportTemplateTestCase): self.assertEqual( jan_cash.opening, 5000.0, - "January opening should include balance from 2023 (5000 or more)", + "January opening should equal to balance from 2023 (5000)", ) # Verify running balance logic