fix: update the testcase format

(cherry picked from commit ee44022249)
This commit is contained in:
Nihantra Patel
2024-07-18 12:26:23 +05:30
committed by Mergify
parent 549dc286d0
commit 33542cb909

View File

@@ -50,6 +50,7 @@ class TestProspect(unittest.TestCase):
customer.company = "_Test Company"
customer.insert()
def make_prospect(**args):
args = frappe._dict(args)