mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: Error in test setUp
This commit is contained in:
@@ -35,7 +35,7 @@ def create_test_appointments():
|
|||||||
return test_appointment
|
return test_appointment
|
||||||
|
|
||||||
class TestAppointment(unittest.TestCase):
|
class TestAppointment(unittest.TestCase):
|
||||||
test_appointment,test_lead = None
|
test_appointment = test_lead = None
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
test_lead = create_test_lead()
|
test_lead = create_test_lead()
|
||||||
test_appointment = test_create_test_appointments()
|
test_appointment = test_create_test_appointments()
|
||||||
|
|||||||
Reference in New Issue
Block a user