From c517025d07d757d4603b73637c704590b76da873 Mon Sep 17 00:00:00 2001 From: shariquerik Date: Wed, 19 Nov 2025 17:22:17 +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 0051bb31fb..17708fc7b2 100644 --- a/frappe/custom/doctype/customize_form/test_customize_form.py +++ b/frappe/custom/doctype/customize_form/test_customize_form.py @@ -55,7 +55,7 @@ class TestCustomizeForm(IntegrationTestCase): d = self.get_customize_form("Event") self.assertEqual(d.doc_type, "Event") - self.assertEqual(len(d.get("fields")), 44) + self.assertEqual(len(d.get("fields")), 49) d = self.get_customize_form("Event") self.assertEqual(d.doc_type, "Event")