fix: typo in test

This commit is contained in:
Prssanna Desai 2021-05-07 11:30:35 +05:30 committed by prssanna
parent b550e54f15
commit 081677c6c4

View file

@ -131,7 +131,7 @@ class TestNaming(unittest.TestCase):
"name": 'Submittable Doctype'
}).insert()
doc = frappe.new_doc('Submittable DocType')
doc = frappe.new_doc('Submittable Doctype')
doc.save()
original_name = doc.name