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 ddc6924bd6d..b496f441e2f 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 @@ -1879,7 +1879,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