mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix:variable names
This commit is contained in:
@@ -47,5 +47,5 @@ class TestAppointment(unittest.TestCase):
|
|||||||
self.assertEqual(cal_event.starts_on ,self.test_appointment.scheduled_time)
|
self.assertEqual(cal_event.starts_on ,self.test_appointment.scheduled_time)
|
||||||
|
|
||||||
def test_lead_linked(self):
|
def test_lead_linked(self):
|
||||||
lead = frappe.get_doc('Lead',self.lead)
|
lead = frappe.get_doc('Lead',self.test_lead)
|
||||||
self.assertIsNotNone(lead)
|
self.assertIsNotNone(lead)
|
||||||
Reference in New Issue
Block a user