fix:variable names

This commit is contained in:
Pranav Nachanekar 2019-10-03 17:43:31 +05:30
parent bec88bc52a
commit d40c020e0e

View File

@ -47,5 +47,5 @@ class TestAppointment(unittest.TestCase):
self.assertEqual(cal_event.starts_on ,self.test_appointment.scheduled_time)
def test_lead_linked(self):
lead = frappe.get_doc('Lead',self.lead)
lead = frappe.get_doc('Lead',self.test_lead)
self.assertIsNotNone(lead)