fix: there are 28 fields in Event, not 30 (#6850)

This commit is contained in:
Sagar Vora 2019-01-29 21:31:11 +05:30 committed by GitHub
parent 3af57b757f
commit 4e3684ee2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ class TestCustomizeForm(unittest.TestCase):
d = self.get_customize_form("Event")
self.assertEquals(d.doc_type, "Event")
self.assertEquals(len(d.get("fields")), 30)
self.assertEquals(len(d.get("fields")), 28)
d = self.get_customize_form("Event")
self.assertEquals(d.doc_type, "Event")