From 66381f52ed9e0c2b392e2c276568512795f17c23 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 5 May 2025 08:28:43 +0530 Subject: [PATCH] chore: drop empty test suite for 'Monthly Distribution' data from test records are moved to 'Budget' test suite --- .../monthly_distribution/test_records.json | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 erpnext/accounts/doctype/monthly_distribution/test_records.json diff --git a/erpnext/accounts/doctype/monthly_distribution/test_records.json b/erpnext/accounts/doctype/monthly_distribution/test_records.json deleted file mode 100644 index 8dbf210ce65..00000000000 --- a/erpnext/accounts/doctype/monthly_distribution/test_records.json +++ /dev/null @@ -1,44 +0,0 @@ -[{ - "doctype": "Monthly Distribution", - "distribution_id": "_Test Distribution", - "fiscal_year": "_Test Fiscal Year 2013", - "percentages": [ - { - "month": "January", - "percentage_allocation": "8" - }, { - "month": "February", - "percentage_allocation": "8" - }, { - "month": "March", - "percentage_allocation": "8" - }, { - "month": "April", - "percentage_allocation": "8" - }, { - "month": "May", - "percentage_allocation": "8" - }, { - "month": "June", - "percentage_allocation": "8" - }, { - "month": "July", - "percentage_allocation": "8" - }, { - "month": "August", - "percentage_allocation": "8" - }, { - "month": "September", - "percentage_allocation": "8" - }, { - "month": "October", - "percentage_allocation": "8" - }, { - "month": "November", - "percentage_allocation": "10" - }, { - "month": "December", - "percentage_allocation": "10" - } - ] -}]