From 247c98d99b068a5ec1d8bde357cffb76b7fe554b Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 4 Sep 2025 17:19:32 +0530 Subject: [PATCH] test: update expected field count in Event customization test --- frappe/custom/doctype/customize_form/test_customize_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/test_customize_form.py b/frappe/custom/doctype/customize_form/test_customize_form.py index 90608fd26f..1289bb1c80 100644 --- a/frappe/custom/doctype/customize_form/test_customize_form.py +++ b/frappe/custom/doctype/customize_form/test_customize_form.py @@ -64,7 +64,7 @@ class TestCustomizeForm(IntegrationTestCase): d = self.get_customize_form("Event") self.assertEqual(d.doc_type, "Event") - self.assertEqual(len(d.get("fields")), 38) + self.assertEqual(len(d.get("fields")), 44) d = self.get_customize_form("Event") self.assertEqual(d.doc_type, "Event")