fix: Test Cases

This commit is contained in:
Deepesh Garg
2020-06-12 15:29:40 +05:30
parent 9df4532d14
commit 7e974c9e2c
6 changed files with 37 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ class TestTask(unittest.TestCase):
def assign():
from frappe.desk.form import assign_to
assign_to.add({
"assign_to": "test@example.com",
"assign_to": ["test@example.com"],
"doctype": task.doctype,
"name": task.name,
"description": "Close this task"