fix: typo in test
This commit is contained in:
parent
b550e54f15
commit
081677c6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue