fix: minor change added
This commit is contained in:
parent
a9e222a706
commit
754de9a56b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class TestNaming(FrappeTestCase):
|
|||
"""
|
||||
doctype = new_doctype(autoname="format:TODO-{date}-{##}").insert()
|
||||
|
||||
date = nowdate()
|
||||
date = nowdate()
|
||||
|
||||
doc = frappe.new_doc(doctype.name)
|
||||
doc.date = date
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue