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