mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
fix: travis
This commit is contained in:
@@ -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.test_lead)
|
||||
lead = frappe.get_doc('Lead',self.test_lead.name)
|
||||
self.assertIsNotNone(lead)
|
||||
Reference in New Issue
Block a user