fix:test appointments
This commit is contained in:
parent
14a3e64c80
commit
2ea9b3e6f2
@ -8,7 +8,7 @@ import unittest
|
|||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
def create_test_lead():
|
def create_test_lead():
|
||||||
if frappe.db.exists({'doctype:''Lead','lead_name':'Test Lead'}):
|
if frappe.db.exists({'doctype':'Lead','lead_name':'Test Lead'}):
|
||||||
return
|
return
|
||||||
test_lead = frappe.get_doc({
|
test_lead = frappe.get_doc({
|
||||||
'doctype':'Lead',
|
'doctype':'Lead',
|
||||||
|
Loading…
Reference in New Issue
Block a user