From 849c7951136a6aca5ea45574cf69a5e90faef3bd Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 2 Dec 2021 00:03:25 +0530 Subject: [PATCH] fix: test case for fiscal year --- erpnext/accounts/doctype/fiscal_year/test_records.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/erpnext/accounts/doctype/fiscal_year/test_records.json b/erpnext/accounts/doctype/fiscal_year/test_records.json index 47be54f026f..4b07a1397d6 100644 --- a/erpnext/accounts/doctype/fiscal_year/test_records.json +++ b/erpnext/accounts/doctype/fiscal_year/test_records.json @@ -59,6 +59,12 @@ "year_end_date": "2021-12-31", "year_start_date": "2021-01-01" }, + { + "doctype": "Fiscal Year", + "year": "_Test Fiscal Year 2022", + "year_end_date": "2022-12-31", + "year_start_date": "2022-01-01" + }, { "doctype": "Fiscal Year", "year": "_Test Short Fiscal Year 2021",