mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-11 19:05:08 +00:00
refactor(test): flaky test in lead
This commit is contained in:
@@ -127,6 +127,7 @@ class TestLead(ERPNextTestSuite):
|
||||
create_todo("followup", "Lead", lead.name)
|
||||
|
||||
opportunity = make_opportunity(lead.name)
|
||||
opportunity.company = self.companies[0].name
|
||||
opportunity.save()
|
||||
|
||||
self.assertEqual(opportunity.get("party_name"), lead.name)
|
||||
|
||||
Reference in New Issue
Block a user