Selaa lähdekoodia

[fix] test

version-14
Rushabh Mehta 8 vuotta sitten
vanhempi
commit
49e57e5a57
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/custom/doctype/customize_form/test_customize_form.py

+ 1
- 1
frappe/custom/doctype/customize_form/test_customize_form.py Näytä tiedosto

@@ -109,7 +109,7 @@ class TestCustomizeForm(unittest.TestCase):
d.append("fields", {
"label": "Test Add Custom Field Via Customize Form",
"fieldtype": "Data",
"__islocal": 1
"is_custom_field": 1
})
d.run_method("save_customization")
self.assertEquals(frappe.db.get_value("Custom Field",


Ladataan…
Peruuta
Tallenna